-
Notifications
You must be signed in to change notification settings - Fork 1
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
Consider changing default timezone to UTC #29
Comments
Has this been discussed yet? Edit: My primary concern is making sure the resulting images have the timezone correctly set. I had a couple of instances in MoJ where it looked like it was set to I like the "convert to local time on display" principle: if the service is doing that on the server-side, that's I think either
|
Nope, no discussion that I've been part of. |
Where would we put an HMPPS-wide ADR (proposal) like this? 😁 I'm happy to write one with defaulting to UTC (with "make the days after the last Sunday in March and last Sunday in October free" joke suggestion 😛) |
hmpps-template-kotlin/Dockerfile
Line 20 in c630c83
This may cause (has caused) issues where the local time changes and an hour goes missing or an hour repeats itself. Many such issues will be picked up by good code checking the "zone" of the time it is being passed, but not all.
The text was updated successfully, but these errors were encountered: