Page MenuHomePhabricator

When we encounter a fanciful timezone identifier, try to guess what it might mean
ClosedPublic

Authored by epriestley on Nov 4 2016, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 8:32 AM
Unknown Object (File)
Thu, Nov 14, 7:03 AM
Unknown Object (File)
Thu, Nov 14, 6:16 AM
Unknown Object (File)
Thu, Nov 14, 2:47 AM
Unknown Object (File)
Wed, Nov 13, 6:07 AM
Unknown Object (File)
Sun, Nov 10, 6:57 AM
Unknown Object (File)
Tue, Nov 5, 8:21 PM
Unknown Object (File)
Oct 21 2024, 7:57 PM
Subscribers
None

Details

Summary

Ref T11816. My read of RFC 5545 is that applications can do whatever they want here. Although most applications use legal timezonedb values like "America/Los_Angeles", at least one ("Zimbra") has at least one event with a weird value (TZID="(GMT-05.00) Auto-Detected").

Try to puzzle out what these mysterious identifiers might intend. For now, I added a rule to look for "UTC+3", "GMT-2:30", etc.

If we don't have any guesses, just use UTC. If we guess or fall back, raise a warning so the user can see what happened.

Test Plan

Added a unit test. See also next change.

Diff Detail

Repository
rPHU libphutil
Branch
tzid1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 14351
Build 18684: Run Core Tests
Build 18683: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to When we encounter a fanciful timezone identifier, try to guess what it might mean.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Nov 4 2016, 10:54 PM
This revision was automatically updated to reflect the committed changes.