You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`test_date_time_params` and `test_with_special_date_time_params` could fail when run with a non-UTC system time zone.
In Postgres, if no time zone is stated in the input string, then it is assumed to be in system time.
This means that in these tests, a correctly parsed `DateTime<Utc>` could be compared to an incorrectly offset time.
The offset component is now included in the test strings of these tests. This component is already present in the test strings for `time::OffsetDateTime`.
0 commit comments