Function get_second()

← Back to Module time



Module time → get_second()

Description

Get second value (0 to 59) from the given timestamp

get_second(timestamp = now(), utc = false)


Parameters


Return Value


Usage Example

import time
 
get_second()
get_second(create_datetime(2021, 12, 22, 8, 30, 56))