chrono/src/offset
Kang Seonghoon 73a3ec5514
Fixed a bug that the leap second can be mapped wrongly in the local tz.
Turns out to be a relic of pre-FixedOffset offset calculation code. Only
manifests itself when the local time zone is behind UTC.

Fixes #128.
2017-02-14 03:08:24 +09:00
..
fixed.rs `FixedOffset` is now the official "fixed offset value" type. 2017-02-07 03:43:59 +09:00
local.rs Fixed a bug that the leap second can be mapped wrongly in the local tz. 2017-02-14 03:08:24 +09:00
mod.rs `FixedOffset` is now the official "fixed offset value" type. 2017-02-07 03:43:59 +09:00
utc.rs `FixedOffset` is now the official "fixed offset value" type. 2017-02-07 03:43:59 +09:00