[Issue 2965] New: std.date: timezone not initialized
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 12 01:02:29 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2965
Summary: std.date: timezone not initialized
Product: D
Version: 2.029
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: echochamber at gmail.com
std.date.toString always returns "... GMT+0000", regardless of the actual
timezone.
Looking at src/phobos/std/date.d, it looks like the variable 'localTZA' is not
initialized, because std_date_static_this() is never called.
As a klagde, 'import datebase' calls the function and thus fixes the problem.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list