Merge pull request #49123 from aaronfranke/it-is-time

Add a Time singleton
This commit is contained in:
Rémi Verschelde 2021-06-12 22:55:25 +02:00 committed by GitHub
commit ac73059b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1012 additions and 388 deletions

View file

@ -188,7 +188,7 @@
<argument index="0" name="file" type="String">
</argument>
<description>
Returns the last time the [code]file[/code] was modified in unix timestamp format or returns a [String] "ERROR IN [code]file[/code]". This unix timestamp can be converted to datetime by using [method OS.get_datetime_from_unix_time].
Returns the last time the [code]file[/code] was modified in Unix timestamp format or returns a [String] "ERROR IN [code]file[/code]". This Unix timestamp can be converted to another format using the [Time] singleton.
</description>
</method>
<method name="get_pascal_string">