Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dates] Make test more robust against non-UTC timezones (JuliaLang#55829
) `%M` is the format specifier for the minutes, not the month (which should be `%m`), and it was used twice. Also, on macOS `Libc.strptime` internally calls `mktime` which depends on the local timezone. We now temporarily set `TZ=UTC` to avoid depending on the local timezone. Fix JuliaLang#55827.
- Loading branch information