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
When running OS.get_datetime() on Windows, it appears to always return false for DST. We are currently in DST, but it returns "dst":false. This does not happen on MacOS. Due to the combined issue #37571, it makes RTC features very difficult.
Steps to reproduce
This line appears to always have this error on windows in my testing.
Godot version
3.4.3.stable
System information
Windows 11, Windows 10
Issue description
When running OS.get_datetime() on Windows, it appears to always return false for DST. We are currently in DST, but it returns "dst":false. This does not happen on MacOS. Due to the combined issue #37571, it makes RTC features very difficult.
Steps to reproduce
This line appears to always have this error on windows in my testing.
Minimal reproduction project
DSTBroken.zip
The text was updated successfully, but these errors were encountered: