timezone 0.3.0
timezone: ^0.3.0 copied to clipboard
Time zone database and time zone aware DateTime.
0.3.0 #
- TimeZone database updated to 2015b.
- Removed local location detection heuristics (didn't worked properly).
Local location is initialized with UTC location by default, use
setLocalLocationto change local location. - TimeZone database format is changed, data is aligned.
0.2.5 #
- Fixed bug with String formatting (invalid offsets for minutes).
0.2.4 #
- Fixed bug with Calendar-type constructor.
0.2.3 #
- Added
initializeTimeZoneSyncfunction for standalone environments. - Fixed bug with script path on Windows.
0.2.2 #
- TimeZone database updated to "2014j".
- "args" and "path" moved from dev dependencies to dependencies.
0.2.1 #
tzfilelibrary renamed totzdata.- Added
zone1970.tabparser totzdatalibrary. - Removed
package:collectiondependency.