Skip to content
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

[Dates] Make test more robust against non-UTC timezones (#55829) #184

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Sep 22, 2024

PR Description

One more PR to make JuliaLang CI in our fork a bit more stable.

Checklist

Requirements for merging:

)

`%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.
@github-actions github-actions bot added port-to-v1.10 This change should apply to Julia v1.10 builds port-to-master This change should apply to all future Julia builds labels Sep 22, 2024
@d-netto d-netto removed the port-to-master This change should apply to all future Julia builds label Sep 22, 2024
@d-netto d-netto requested a review from kpamnany September 22, 2024 15:52
@d-netto d-netto merged commit a911d00 into v1.10.2+RAI Sep 23, 2024
4 checks passed
@d-netto d-netto deleted the dcn-fix-dates-test branch September 23, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
port-to-v1.10 This change should apply to Julia v1.10 builds
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants