Releases · itchyny/timefmt-go

Release v0.1.7

  • refactor code using built-in min and max functions

Release v0.1.6

  • 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

  • support parsing time zone offset with name using both %z and %Z

Release v0.1.4

  • improve documents
  • drop support for Go 1.16

Release v0.1.3

  • implement ParseInLocation for configuring the default location

Release v0.1.2

  • 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

  • Fix compile error on 32-bit architectures.

Release v0.1.0