SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.82k stars 3.15k forks source link

European summer time ends prematurely #21286

Open oskar-skog opened 9 months ago

oskar-skog commented 9 months ago

I just noticed that the time was wrong.

https://en.wikipedia.org/wiki/Summer_time_in_Europe
Summer time should turn to standard time on the last Sunday of October, but the clock on SerenityOS has already switched to standard time. I believe this may affect quite a lot of European time zones, but I've only tested Helsinki and Warsaw.

timezone

trflynn89 commented 9 months ago

Our time zone implementation is not complete, there are rules in the TZDB that we don't handle yet (like "last Sunday"), so things are a bit off around DST boundaries.

vm32 commented 9 months ago

When will it fixed?

trflynn89 commented 9 months ago

When will it fixed?

Whenever someone opens a PR to implement the missing features.