Skip to content

v0.3.0

Compare
Choose a tag to compare
@fxamacker fxamacker released this 03 Sep 03:29

Add encoding and decoding support for time.Time.

  • Encode time.Time values as RFC 3339 formatted text strings when EncOptions.TimeRFC3339 is true; otherwise, encode time.Time values as Unix time.
  • Decode RFC 3339 formatted text strings, or numerical representation of Unix time into time.Time.