[Issue 4944] Missing tzname even though we have tzset

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 20 05:33:02 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=4944


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


--- Comment #7 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-02-20 05:30:19 PST ---
Michel Fortin has confirmed that Mac OS X does indeed declare daylight. It
seemed rather silly to create a pull request for just one line of code, so I
just pushed it.

In any case, with Sean adding tzname to core.stdc.time, this bug appears to be
fixed. It would probably, technically be more appropriate to have put tzname in
core.sys.posix.time, but tzset is already in core.stdc.time anyway. The commit
for Seans fix is:

https://github.com/D-Programming-Language/druntime/commit/2860799026c9595785580b876173dc890d22451c

-- 
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