Okay, this is sort of an odd question. In one of my modifications, the PHP code stores timestamps in a database using time() - as far as I know, this uses the UTC timezone. Now, I grab this data and use it as a parameter in some Javascript function. This function returns a time string similar to "30 seconds ago" or "2 hours and 30 minutes ago", etc etc. Here's the complete function: Okay, this is sort of an odd question. In one o