[phobos] [D-Programming-Language/phobos] 1bf8da: Mostly convert SimpleTimeZone to using Duration fo...
GitHub
noreply at github.com
Mon Nov 26 06:04:17 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 1bf8da4eb14ed6548dfcecb61c8b2aba7f3b6c25
https://github.com/D-Programming-Language/phobos/commit/1bf8da4eb14ed6548dfcecb61c8b2aba7f3b6c25
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-11-24 (Sat, 24 Nov 2012)
Changed paths:
M std/datetime.d
Log Message:
-----------
Mostly convert SimpleTimeZone to using Duration for utcOffset.
We can't completely switch it over at this point, because that would
break code, but this switches it over as much as we can for the moment.
Commit: 1b2985189729b63e0e4d93e65b9680a237896bbf
https://github.com/D-Programming-Language/phobos/commit/1b2985189729b63e0e4d93e65b9680a237896bbf
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
M std/datetime.d
Log Message:
-----------
Made std.datetime stop using naked numbers with SimpleTimeZone.
Now, almost nothing should be using the SimpleTimeZone functions which
take integers. Rather they're now using the overloads which take a
Duration.
Commit: 71be25563a73cf5ba0768e1ce572758244658843
https://github.com/D-Programming-Language/phobos/commit/71be25563a73cf5ba0768e1ce572758244658843
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
M std/datetime.d
Log Message:
-----------
Merge pull request #973 from jmdavis/datetime
Make SimpleTimeZone (almost) stop using naked numbers for utcOffset
Compare: https://github.com/D-Programming-Language/phobos/compare/8c790bbb64d3...71be25563a73
More information about the phobos
mailing list