diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e55d44..bb1aaf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), These are the latest changes on the project's `master` branch that have not yet been released. +### Fixed +- Use UTC when encoding datetime values into cursor, therefore playing nicely with rails' default behaviour of storing UTC in the database. +