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
The Weekday enum, the Month enum, and methods using them, such as get_date* and get_unix_time_from_datetime, aren't really related to operating systems, so it would make sense if they were moved elsewhere. Perhaps there should be a dedicated class for working with time?
4.0 milestone since this would break compat and therefore we should decide on it before 4.0 is out.
The text was updated successfully, but these errors were encountered:
Issue description: https://docs.godotengine.org/en/latest/classes/class_os.html
The
Weekday
enum, theMonth
enum, and methods using them, such asget_date
* andget_unix_time_from_datetime
, aren't really related to operating systems, so it would make sense if they were moved elsewhere. Perhaps there should be a dedicated class for working with time?4.0 milestone since this would break compat and therefore we should decide on it before 4.0 is out.
The text was updated successfully, but these errors were encountered: