get_second()Get second value (0 to 59) from the given timestamp
get_second(timestamp = now(), utc = false)
timestamp (number, optional) — Unix timestamp in seconds. The default value is now()utc (boolean, optional) — Timestamp in UTC. The default value is false
number — Returns second value
import time
get_second()
get_second(create_datetime(2021, 12, 22, 8, 30, 56))