[Issue 12828] Fix SimpleTimeZone.utcOffset so that it has the correct return type

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12828 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 12828] Fix SimpleTimeZone.utcOffset so that it has the correct return type

2014-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12828 --- Comment #1 from Jonathan M Davis jmdavisp...@gmx.com --- I fixed the setter for utcOffset some time ago but didn't fix the getter, because if I did, it would break code (since the return type changed). I've been holding out for multiple alias

[Issue 12828] Fix SimpleTimeZone.utcOffset so that it has the correct return type

2014-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12828 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/47eb71f40a573536e0578e2c8cffb7bf9a73cd4c Fix issue 12828: Fix

[Issue 12828] Fix SimpleTimeZone.utcOffset so that it has the correct return type

2014-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12828 --- Comment #2 from Jonathan M Davis jmdavisp...@gmx.com --- https://github.com/D-Programming-Language/phobos/pull/2219 --