Skip to content
Snippets Groups Projects
Commit a3d64a37 authored by Timur Safin's avatar Timur Safin Committed by Kirill Yukhin
Browse files

datetime: raise error for ambiguous, nyi timezones

Use different return values for indication that recognized
timezone suffix is ambiguous or not yet handled (before tzdata
integration to come in next patchset).

i.e. we could always parse '2020-02-02T01:03 MSK' as MSK is
static +03:00, but it's ambiguous if there is something like
'2020-02-02T01:03 AT' as there are multiple ATs (e.g.
'Alaska Time' and 'Atlantic Time').

NO_CHANGELOG=internal
NO_DOC=internal
parent 98750d7d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment