Closed d11wtq closed 13 years ago
I think this spec might be TimeZone-sensitive, if you try it and it passes, set your TimeZone to Melbourne/Australia and try again ;)
Problem with Timecop, not with EpochTime. I'm never using that thing again... wasted a whole day on this.
dm-timestamps sets
:created_at
toDateTime.now
(logical).EpochTime
then converts thatDateTime
to UTC offset zero, thus completely breaking DST. Here's a failing spec to give you an example ;) I haven't looked into a fix yet.https://gist.github.com/1033857