Skip to content
Prev 105660 / 398503 Next

POSIX and summer savings time

I have a time stamp in UTC (GMT) time:

 >  format(ISOdatetime(1970,1,1,0,0,0)+1165398135729/1000,"%Y-%m-%d 
%H:%M:%OS3")

"2006-12-06 09:42:18.823"  (note millisecond accuracy, but not relevant 
to question here)

Now, this time stamp actually "happened" at local (Swedish) time one 
hour later (10:42).

Regarding summer/winter adjustments in time ("spring forward, fall 
back"):   Is there a way of automatically recovering the local time 
adjustments for a given date?  E.g., a date/time in springtime = GMT +2 
, else GMT +1

Thanks,

Derek Eder