Closed earlephilhower closed 3 years ago
I realize that this is more complicated than a simple sprintf format. Presently the parser uses a "not in set (numbers,comma,plus/minus" to strip out the TZ name. However it is legal to have +/- in a <+/-nn> TZ name. So it needs to be stateful in some way to handle it. Closing this, will reopen with a real solution.
Some timezones are now encoded with "<+/-nn>" instead of a text name. Allow those greater-/less-than in the parser.
Fixes #12