Skip to content

v0.1.0

Compare
Choose a tag to compare
@askalt askalt released this 08 Sep 09:10
· 2 commits to master since this release

Changed

  • time formats, supported by StringToDatetimeConverter. Now there are two supported formats:
    • with numeric tz offset: 2006-01-02T15:04:05.999999999-0700
    • with tz name: 2006-01-02T15:04:05.999999999 Europe/Moscow

Added

  • DatetimeToStringConverter: converter from datetime.Datetime to string with a format
    similar to that supported by StringToDatetimeConverter.
  • IntervalToStringConverter: converter from datetime.Interval to string with a format
    similar to that supported by StringToIntervalConverter.