Releases: itchyny/timefmt-go
Releases · itchyny/timefmt-go
Release list
Release v0.1.8
- fix parsing negative year and Unix time (
%Y,%G,%s) - fix formatting negative year, century, Unix time (
%Y,%G,%C,%y,%g,%s) - fix
%gparsing to use the same two-digit year threshold 69 as%y - fix
%sformatting and parsing on 32-bit platforms - support parsing time zone offset with
%:::z - improve performance of parsing/formatting compound directives
Release v0.1.7
- refactor code using built-in
minandmaxfunctions
Release v0.1.6
- support parsing week directives (
%A,%a,%w,%u,%V,%U,%W) - validate range of values on parsing directives
- fix formatting
%lto show12at midnight
Release v0.1.5
- support parsing time zone offset with name using both
%zand%Z
Release v0.1.4
- improve documents
- drop support for Go 1.16
Release v0.1.3
- implement
ParseInLocationfor configuring the default location
Release v0.1.2
- implement parsing/formatting time zone offset with colons (
%:z,%::z,%:::z) - recognize
Zas UTC on parsing time zone offset (%z) - fix padding on formatting time zone offset (
%z)
Release v0.1.1
- Fix compile error on 32-bit architectures.