def
func:time
time(val, minutes: null, secs: 0)
If val is a DateTime: get time portion of the timestamp. If val is a Number: construct a time instance from hour, minutes, secs (truncated to nearest second).
Examples:
now().time // current time time(20, 45) // same as 20:45