Releases: tarantool/go-tupleconv
Releases · tarantool/go-tupleconv
v1.0.0
v0.1.0
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
- with numeric tz offset:
Added
DatetimeToStringConverter: converter fromdatetime.Datetimeto string with a format
similar to that supported byStringToDatetimeConverter.IntervalToStringConverter: converter fromdatetime.Intervalto string with a format
similar to that supported byStringToIntervalConverter.