v0.3.0
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.