-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeOfDay no longer roundtrips through sqlite #1500
Comments
Some digging into this reveals that only the
And it looks like this is the only commit that differs: 6fdbf84 |
However, downgrading to
|
The test is explicitly truncated, it seems. 🤔 |
Potentially vaguely related: haskell/time#232 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried with latest master (
434f49266749cad6f074920fb61ad3ec6ef90bea
) as well as the version inlts-20.23
:When inserting
00:56:03.917384676344
, I get out00:56:03
.This is a regression and I'm surprised that this wasn't caught by tests.
This means I cannot upgrade from LTS 19 (nixos-22.11) to LTS 20 (nixos-23.05).
The text was updated successfully, but these errors were encountered: