Re: std.datetime questions

2011-03-14 Thread Nicholas
== Quote from Jonathan M Davis (jmdavisp...@gmx.com)'s article On Friday 11 March 2011 19:34:26 Jonathan M Davis wrote: On Friday, March 11, 2011 19:18:21 Nicholas wrote: Thanks for the information. I'll play with it when I'm at work again and then report my findings. In the

Re: std.datetime questions

2011-03-12 Thread Jonathan M Davis
On Friday 11 March 2011 19:34:26 Jonathan M Davis wrote: On Friday, March 11, 2011 19:18:21 Nicholas wrote: Thanks for the information. I'll play with it when I'm at work again and then report my findings. In the interim, my timezone is EST. I used TimeZone America/New_York on

Re: std.datetime questions

2011-03-12 Thread Andrei Alexandrescu
On 3/12/11 2:32 AM, Jonathan M Davis wrote: I'll try and get it fixed this weekend. I should have caught that before, but apparently I forgot to create all of the appropriate tests for WindowsTimeZone. Oh noes! :o) Andrei

std.datetime questions

2011-03-11 Thread Nicholas
I just started using the new std.datetime. Two things I find strange that maybe someone can explain are: 1) EST timezone displays GMT+0500 instead of -0500 when using any of the toString functions. Didn't check other negative timezones. 2) The UTC time for std.file's DirEntry uses

Re: std.datetime questions

2011-03-11 Thread Jonathan M Davis
On Friday, March 11, 2011 12:29:49 Nicholas wrote: I just started using the new std.datetime. Two things I find strange that maybe someone can explain are: 1) EST timezone displays GMT+0500 instead of -0500 when using any of the toString functions. Didn't check other negative timezones.

Re: std.datetime questions

2011-03-11 Thread Nicholas
== Quote from Jonathan M Davis (jmdavisp...@gmx.com)'s article On Friday, March 11, 2011 12:29:49 Nicholas wrote: I just started using the new std.datetime. Two things I find strange that maybe someone can explain are: 1) EST timezone displays GMT+0500 instead of -0500 when using any

Re: std.datetime questions

2011-03-11 Thread Jonathan M Davis
On Friday, March 11, 2011 19:18:21 Nicholas wrote: Thanks for the information. I'll play with it when I'm at work again and then report my findings. In the interim, my timezone is EST. I used TimeZone America/New_York on 32-bit WinXP SP 3. I assume that you were using WindowsTimeZone