Skip to content

Commit

Permalink
BREAKING CHANGE!
Browse files Browse the repository at this point in the history
  • Loading branch information
espen committed Oct 1, 2024
1 parent 61380fd commit 3a4e77f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2024-09-05

**Date parsing changes**

Previously date formats `DD.MM.YY HH:mm` and `YYYY-MM-DDTHH:mm` would be parsed in time zone UTC due to a bug in our parser. This is now parsed in local time.

If you have specified ISO8601 without `T` seperator or with seconds it would have been parsed as local time.

While these date formats are assumingly common we have not found any indication of usage among API clients. So while this is a breaking change we consider this to be a safe breaking change.

## 2024-07-14

Expand Down

0 comments on commit 3a4e77f

Please sign in to comment.