Skip to content

Releases: itchyny/timefmt-go

Release v0.1.6

01 Jun 14:25
Compare
Choose a tag to compare
  • support parsing week directives (%A, %a, %w, %u, %V, %U, %W)
  • validate range of values on parsing directives
  • fix formatting %l to show 12 at midnight

Release v0.1.5

01 Dec 11:42
Compare
Choose a tag to compare
  • support parsing time zone offset with name using both %z and %Z

Release v0.1.4

01 Sep 12:59
Compare
Choose a tag to compare
  • improve documents
  • drop support for Go 1.16

Release v0.1.3

14 Apr 11:58
Compare
Choose a tag to compare
  • implement ParseInLocation for configuring the default location

Release v0.1.2

22 Feb 13:24
Compare
Choose a tag to compare
  • implement parsing/formatting time zone offset with colons (%:z, %::z, %:::z)
  • recognize Z as UTC on parsing time zone offset (%z)
  • fix padding on formatting time zone offset (%z)

Release v0.1.1

01 Sep 01:55
Compare
Choose a tag to compare
  • Fix compile error on 32-bit architectures.

Release v0.1.0

22 Aug 11:51
Compare
Choose a tag to compare

Initial release.