[Issue 23594] New: TZ database does not support version 4 std.datetime
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 1 14:15:11 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23594
Issue ID: 23594
Summary: TZ database does not support version 4 std.datetime
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: alphaglosined at gmail.com
The IANA timezone database is now on to version four as of 2021.
std.datetime
https://github.com/dlang/phobos/blob/master/std/datetime/timezone.d#L2108
Currently, it'll throw an exception if it sees it.
--
More information about the Digitalmars-d-bugs
mailing list