Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 363 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 363 Bytes

TZOffset Changelog

0.0.4 - 2018-01-27

  • Correct parsing of ±00:00UTC;
  • Updated list of known offsets from Wikipedia.

0.0.3 - 2017-01-14

  • TZOffset is now detailed up to seconds;
  • Add simple arithmetics (+, unary and binary -);
  • Add some handy synonims (like TZOffset.utc and TZOffset#utc?).

0.0.2 - 2016-10-25

  • Add TZOffset#parse.