- Correct parsing of ±00:00UTC;
- Updated list of known offsets from Wikipedia.
- TZOffset is now detailed up to seconds;
- Add simple arithmetics (
+
, unary and binary-
); - Add some handy synonims (like
TZOffset.utc
andTZOffset#utc?
).
- Add
TZOffset#parse
.