Date/Time functions

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jospic
:warning: Old Version Published before Godot 3 was released.

Hi,
in GDscript, are there date/time functions?
For example, if I need to convert seconds in minutes (ex.: 150 sec → 2:30 min, ect)
Thanks in advance.
-j

:bust_in_silhouette: Reply From: volzhs

you might be interested with OS.get_datetime_from_unix_time(unix_time) also.