summaryrefslogtreecommitdiffstats
path: root/core/os/time.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | format fix better fix to handle ERR_FAIL_COND_V_MSG return data type
* 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
| | | | Happy new year to the wonderful Godot community!
* Add Time singletonAaron Franke2021-06-111-0/+433