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)
Thu, Apr 25, 1:15 AM
Unknown Object (File)
Fri, Apr 19, 5:34 PM
Unknown Object (File)
Mon, Apr 8, 6:16 PM
Unknown Object (File)
Wed, Apr 3, 11:10 AM
Unknown Object (File)
Wed, Apr 3, 5:31 AM
Unknown Object (File)
Tue, Apr 2, 8:37 AM
Unknown Object (File)
Mon, Apr 1, 5:29 AM
Unknown Object (File)
Sun, Mar 31, 5:50 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.