Time
Types
time
Operators
Functions
int(time t) int
time(int unixtime) time
AddHours(time t, int hours) time
Date(int year month day) time
DateTime(int year month day hour minute second) time
Days(time t) int
Format(str layout, time t) str
Now() time
ParseTime(str layout, str value) time
str(time t) str
UTC(time t) time
Weekday(time t) int
YearDay(time t) int
Last updated
Was this helpful?