[Issue 5731] std.datetime.SysTime prints UTC offsets backwards

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5731

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 5731] std.datetime.SysTime prints UTC offsets backwards

2011-03-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5731


Jonathan M Davis jmdavisp...@gmx.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


--- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2011-03-21 22:49:23 
PDT ---
Fixed:
https://github.com/D-Programming-Language/phobos/commit/2a9e456628df17cc79b47f95b4ee3e1a4b68e836

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5731] std.datetime.SysTime prints UTC offsets backwards

2011-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5731



--- Comment #2 from Jonathan M Davis jmdavisp...@gmx.com 2011-03-14 10:52:58 
PDT ---
Pull Request: https://github.com/D-Programming-Language/phobos/pull/18

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5731] std.datetime.SysTime prints UTC offsets backwards

2011-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5731


Jonathan M Davis jmdavisp...@gmx.com changed:

   What|Removed |Added

Summary|WindowsTimeZone has offsets |std.datetime.SysTime prints
   |from UTC backwards  |UTC offsets backwards
 OS/Version|Windows |All


--- Comment #1 from Jonathan M Davis jmdavisp...@gmx.com 2011-03-12 03:47:36 
PST ---
Okay. So, this isn't a WindowsTimeZone problem. It's a problem with SysTime's
string functions (toISOExtendedString in the example, but it's the same for all
of them) where they get the UTC offset backwards.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---