Releases: rockorager/zeit
Releases · rockorager/zeit
v0.4.4
What's Changed
- fix(posix): only adjust for dst if we are in dst by @rockorager in #12
- fix(windows): use correct conditionals for dst end month by @rockorager in #13
- Use type aliases to clarify integer usage by @rockorager in #14
Full Changelog: v0.4.3...v0.4.4
v0.4.3
- fix(strftime): %l shouldn't add one to hour
v0.4.2
What's Changed
- fix: integer overflow when adding or subtracting durations by @vascocosta in #6
- fix(windows): use correct type for Windows.loadFromName by @rockorager in #7
- fix(daysUntil): use larger integer type for proper underflow by @rockorager in #9
v0.4.1
- Fix missing closing brace in strftime
v0.4.0
What's Changed
- zeit: add time comparison methods by @vascocosta in #5
- add strftime and gofmt formatting
- fix bounds checking tzinfo transitions
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- Fix location references of sourcecode
- Fix argument for
Instant.in
- Fix Readme links
v0.2.0
- Add windows support
- Add support for TZ and TZDIR environment variables
- Add Olson names enum and map to Windows names
- Add support for parsing RFC5322 (email) formatted strings
v0.1.0
Initial release