summaryrefslogtreecommitdiffstats
path: root/core/os/time.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-4/+4
* Manage time singletonrune-scape2024-02-111-3/+0
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-3/+0
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove duplicate Month and Weekday enumsAaron Franke2022-12-261-2/+2
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-29/+26
* Fix inconsistent naming in TimeNicholas Huelin2022-05-051-4/+4
* Proper validation of negative values in datetime strings and datetime dictslaws652022-04-171-10/+15
* Quick fix: Crash when parsing invalid datetime string #60189Oğuzhan Eroğlu2022-04-151-46/+50
* validate input in Time.get_datetime_string_from_dict()RedHeadphone2022-04-131-12/+13
* Add offset string from minutes conversion method to Time singletonAaron Franke2022-02-231-2/+18
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add Time singletonAaron Franke2021-06-111-0/+433