I want to be able to grab the actual DST change dates for a timezone
and year. I haven't seen any calls to do this and was looking at writing
my own. I think I see where I can get the data (by following how is_dst
work), but it comes out as spans with the time in seconds. 

  Is there a call to reverse the time in seconds back to a DateTime 
object? Only way I figured out so far is take the DateTime epoch time
in seconds, subtract it from the span and run it through localtime.
There has got to be a better way.

  Thanks.

-- 
     www.suave.net - Anthony Ball - [EMAIL PROTECTED]
        OSB - http://rivendell.suave.net/Beer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Knowing others is wisdom, knowing yourself is Enlightenment-LAO TZU

Reply via email to