Browse Source

Release note: gmtime() + localtime()

v1.0-maintenance
Sami Vaarala 10 years ago
parent
commit
0ee30e178a
  1. 3
      RELEASES.txt

3
RELEASES.txt

@ -470,6 +470,9 @@ Planned
local tzoffset calculations outside the [1971,2037] year range to improve
local time handling
* Use gmtime() + localtime() on Unix (instead of gmtime() twice) for local
tzoffset, fixing some DST cases
* Minor compile warnings fixes for non-default options (e.g. when reference
counting is disabled)

Loading…
Cancel
Save