which tells you if the locale where the server is was in DST or not on that
date - atleast if I understand the PHP documentation right... since the
timestamps don't contain locale info ... I wanna know if a specific locale
was in DST on that given date .... 

I hate having to work with dates ... I know it basically requires to code
the dst days for the entire globe into the system, but had hoped someone had
already done that .... as much as I hate using others code, this is one
thing I'd rather avoid having to program...


Documented research indicates that on Sun, 15 Aug 2004 10:31:17 +0300,
Burhan Khalid wrote about "Re: [PHP] How to determine if date/time is with
DST or not ?":

>-{ Rene Brehmer }- wrote:
>
>> hi gang
>> 
>> I'm trying to find a simple way to determine if a given date/time is with
>> DST for a given locale at any point in time ... the point is basically to
>> convert date strings into accurate GMT timestamps for storage in the
>> database...
>
>http://www.php.net/date
>
>I (capital i)  Whether or not the date is in daylights savings time    1 if 
>Daylight Savings Time, 0 otherwise.
>
>[ snipped rest ]

-- 
Rene Brehmer
aka Metalbunny

If your life was a dream, would you wake up from a nightmare, dripping of sweat, 
hoping it was over? Or would you wake up happy and pleased, ready to take on the day 
with a smile?

http://metalbunny.net/
References, tools, and other useful stuff...
Check out the new Metalbunny forums at http://forums.metalbunny.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to