OSGetDatetimeFromUnixTime Method |
Gets a dictionary of time values corresponding to the given UNIX epoch time (in seconds).
The returned Dictionary's values will be the same as GetDatetime(Boolean), with the exception of Daylight Savings Time as it cannot be determined from the epoch.
Namespace: Godot
public static Dictionary GetDatetimeFromUnixTime( long unixTimeVal )
[Missing <param name="unixTimeVal"/> documentation for "M:Godot.OS.GetDatetimeFromUnixTime(System.Int64)"]
[Missing <returns> documentation for "M:Godot.OS.GetDatetimeFromUnixTime(System.Int64)"]