2.5.5 (2024-10-30)
2.5.4 (2024-09-30)
- dateTime: calculate ralative time via duration (#75) (8b8d132)
- dateTimeParse: parse 0 as valid dateTime (#74) (8df988e)
2.5.3 (2024-06-10)
2.5.2 (2024-05-27)
2.5.1 (2024-05-23)
2.5.0 (2024-05-23)
- DateTime: use own format and all dates math, remove unused dayjs plugins (#62) (72c210c)
- Duration: add format method (#60) (aa0af56)
2.4.0 (2024-04-24)
2.3.0 (2024-04-15)
2.2.0 (2024-04-08)
- DateTime: add helper to interpret input without timezone as utc time otherwise convert to utc (#50) (8de9d1d)
2.1.0 (2024-01-25)
2.0.1 (2024-01-02)
2.0.0 (2023-12-28)
- dateTime: work with UTC the same as with other timezones, in case if input date does not contain timezone information
guessUserTimeZone() == 'Europe/Moscow';
// Before
dateTime({input: '2023-12-31', timeZone: 'UTC') == '2023-12-31T00:00Z'
// After
dateTime({input: '2023-12-31', timeZone: 'UTC') == '2023-12-30T21:00Z'