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
{{ message }}
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
Today the clocks have been shifted at 2am directly 3am because of Daylight savings time. Shiro however did not update the presence for the user and thus didn't shift the timezone by one. The in-game osu! time was thus outdated.
An already existing dependency of Shiro, Hinnat Date, has the ability to handle daylight savings time using it's Timezone feature. Implementing this should thus be trivial.
The text was updated successfully, but these errors were encountered:
I believe it's a bug with osu! client - the time offset is sent to the server on the first request, it already accounts for that, but while the client is connected it can't send the updated time zone, thus the time is off.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Today the clocks have been shifted at 2am directly 3am because of Daylight savings time. Shiro however did not update the presence for the user and thus didn't shift the timezone by one. The in-game osu! time was thus outdated.
An already existing dependency of Shiro, Hinnat Date, has the ability to handle daylight savings time using it's Timezone feature. Implementing this should thus be trivial.
The text was updated successfully, but these errors were encountered: