April 15, 2004
The date structure in std.date defines the timezone thus:

   int tzcorrection = int.min; // -12..12 correction in hours

How will this work for places like South Australia who are in a half hour time zone?


April 16, 2004
And the Newfies!  And all of the sub-continent.

Scott Egan wrote:
> The date structure in std.date defines the timezone thus:
> 
>    int tzcorrection = int.min; // -12..12 correction in hours
> 
> How will this work for places like South Australia who are in a half hour
> time zone?
> 
>