Re: [PHP] Timezones

2004-11-23 Thread Venelin Arnaudov
Thank you! I think this is what I needed. Regards, Venelin Robin Vickery wrote: On Mon, 22 Nov 2004 11:52:03 -0500, Gryffyn, Trevor <[EMAIL PROTECTED]> wrote: Then somewhere there has to be a cross reference between name and timezone info. I'm sorry I'm not running Apache here and don't have ac

Re: [PHP] Timezones

2004-11-22 Thread Venelin Arnaudov
fset for you. Let us know what you end up doing. -TG -Original Message- From: Venelin Arnaudov [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 6:57 AM To: [EMAIL PROTECTED] Subject: [PHP] Timezones Hi, I have a legacy PHP3 system and a MySQL DB with two tables: user { user_id in

[PHP] Timezones

2004-11-19 Thread Venelin Arnaudov
Hi, I have a legacy PHP3 system and a MySQL DB with two tables: user { user_id int, timezone varchar (like "Europe/Brussels", "US/Eastern", "America/New_York", etc.) } and messages { msg_id int, user_id int, date int } When a user submits a message, my PHP script (using time() function) sto