Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I recommend reviewing per commit, as this PR includes the reversion of a reversion of a previous PR merge
In #1101 I tried to close #1037, but on staging it did not seem to work fully. After some testing, this should have fixed it!
Aside from several improvements, I solved the issue where datetimes containing just dates - and no implicit information on how to deal with timezones - would be converted to utc. This was an issue, because if 10-10-2010 00:00 would be set a an hour back, it would become 09-10-2010 23:00, whilst we just wanted the date which now moved a day back.