generate_data_subset
script is removed. It will be available as a separate package.
- TimeZone database updated to 2015b.
- Removed local location detection heuristics (didn't worked properly).
Local location is initialized with UTC location by default, use
setLocalLocation
to change local location. - TimeZone database format is changed, data is aligned.
- Fixed bug with String formatting (invalid offsets for minutes).
- Fixed bug with Calendar-type constructor.
- Added
initializeTimeZoneSync
function for standalone environments. - Fixed bug with script path on Windows.
- TimeZone database updated to "2014j".
- "args" and "path" moved from dev dependencies to dependencies.
tzfile
library renamed totzdata
.- Added
zone1970.tab
parser totzdata
library. - Removed
package:collection
dependency.