www.digitalmars.com         C & C++   DMDScript  

D - [bug?] timeZOne only and integer of hours.

reply "Scott Egan" <scotte tpg.com.aux> writes:
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?
Apr 15 2004
parent Brad Anderson <brad dsource.dot.org> writes:
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?
 
 
Apr 15 2004