The way DateTime works with epochs is weird, I goofed this by having my server/viewer timezone the same and not noticing.
Also fix an issue where you do ?epoch=... and then manually fiddle with the control: the control should win.
Differential D15680
Fix an issue with date parsing when viewer timezone differs from server timezone epriestley on Apr 11 2016, 2:37 PM. Authored by Tags None Referenced Files
Subscribers None
Details The way DateTime works with epochs is weird, I goofed this by having my server/viewer timezone the same and not noticing. Also fix an issue where you do ?epoch=... and then manually fiddle with the control: the control should win.
Diff Detail
Event TimelineComment Actions For testing this, my viewer was EST and my server was PDT (I think?). For the original bug on C144, the server (secure.phabricator.com) is UTC/GMT, and my viewer is PDT. |