datestr = {"Day", "MonthNameShort", "Year", "Hour24", "Minute",
"SecondExact"};
AbsoluteTime[{"13 Mar 2016 02:00:00.000", datestr}]
3666826800
AbsoluteTime[{"13 Mar 2016 03:00:00.000", datestr}]
3666826800
So I thought I'd try to specify the time zone using the TimeZone->0
option in the AbsoluteTime command, but that didn't appear to solve
the problem (i.e., both calls to AbsoluteTime still return the same
value, though it differs from the previous calls to AbsoluteTime by
the offset associated with my local time zone). I thought that
specifying the time zone would remove any compensation for DST, since
DST seems to be accounted for by adjusting the time zone.
Can somebody help me understand what's going on?
Thanks,
David Skulsky
I just wanted to mention that I asked Wolfram Tech Support about this
and they confirmed that this is a bug in the Macintosh version of
Mathematica.
David