summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-05-05 18:26:05 +0200
committerGitHub <noreply@github.com>2022-05-05 18:26:05 +0200
commit0ae2ba0862b61b73b734a686da376c8c05871b3b (patch)
tree0490a9b05f8bbbca1b0cd07b7d553d6e9cc176df /doc
parenta7d4ac3dd57a10a02f800104697a05ef9ad79cc7 (diff)
parent8409d92282e71f8ad479f48d6b1f6d52eb73ae39 (diff)
Merge pull request #60263 from SirQuartz/Chronos
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Time.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Time.xml b/doc/classes/Time.xml
index d3aac5fa00..5fc85c869b 100644
--- a/doc/classes/Time.xml
+++ b/doc/classes/Time.xml
@@ -43,7 +43,7 @@
Converts the given Unix timestamp to an ISO 8601 date string (YYYY-MM-DD).
</description>
</method>
- <method name="get_datetime_dict_from_string" qualifiers="const">
+ <method name="get_datetime_dict_from_datetime_string" qualifiers="const">
<return type="Dictionary" />
<argument index="0" name="datetime" type="String" />
<argument index="1" name="weekday" type="bool" />
@@ -68,7 +68,7 @@
The returned Dictionary's values will be the same as the [method get_datetime_dict_from_system] if the Unix timestamp is the current time, with the exception of Daylight Savings Time as it cannot be determined from the epoch.
</description>
</method>
- <method name="get_datetime_string_from_dict" qualifiers="const">
+ <method name="get_datetime_string_from_datetime_dict" qualifiers="const">
<return type="String" />
<argument index="0" name="datetime" type="Dictionary" />
<argument index="1" name="use_space" type="bool" />