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
Not sure how we can improve this without a large amount of overhead. there is Time.get_time_zone_from_system(), but that would not account for summer/winter time based on the configured time of day. We could add a manual check for that specifically for CET/CEST, but we may be in a different geographic area than the system. For a proper solution, we'd need to add a library like https://github.com/BertoldVdb/ZoneDetect to Geodot or a new separate GDExtension. Otherwise, maybe we can just add a small note to the UI?
The calculations done in
World/Environment/SunPosition.gd:get_solar_angles_for_datetime
seem off (or are not properly applied).E.g.: Sunset is at ~18:30 on June 21st which cannot be true
The text was updated successfully, but these errors were encountered: