https://issues.dlang.org/show_bug.cgi?id=12875

Iain Buclaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Iain Buclaw <[email protected]> ---
Even smaller test if you just want to skip to the failing tzdata file.


import std.datetime;
import std.exception;
import std.stdio;

void main()
{
  scope(failure) writefln("TZName which threw: America/Godthab");
  TimeZone.getTimeZone("America/Godthab");
}

--

Reply via email to