Page MenuHomePhabricator

Fix two minor timezone display issues
ClosedPublic

Authored by epriestley on Mar 22 2019, 10:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:37 AM
Unknown Object (File)
Wed, Apr 3, 6:54 PM
Unknown Object (File)
Wed, Apr 3, 6:54 PM
Unknown Object (File)
Wed, Apr 3, 6:54 PM
Unknown Object (File)
Wed, Apr 3, 6:54 PM
Unknown Object (File)
Mon, Apr 1, 12:51 PM
Unknown Object (File)
Mar 16 2024, 10:59 AM
Unknown Object (File)
Mar 1 2024, 4:56 AM
Subscribers
None

Details

Summary

Ref T13263. Two minor issues:

  • The "reconcile" dialog shows the wrong sign because JS signs differ from normal signs (for example, PST or PDT or whatever we're in right now is shown as "UTC+7", but should be "UTC-7").
  • The big dropdown of possible timezones lumps "UTC+X:30" timezones into "UTC+X".
Test Plan
  • Reconciled "America/Nome", saw negative UTC offsets for "America/Nome" and "America/Los_Angeles" (previously: improperly positive).
  • Viewed the big timzone list, saw ":30" and ":45" timezones grouped/labeled more accurately.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 25 2019, 5:37 PM
This revision was automatically updated to reflect the committed changes.