ssapy_toolkit.Time_Functions.now_time

Functions

now()

Returns the current time in the format 'YYYY-MM-DD HH:MM'.

ssapy_toolkit.Time_Functions.now_time.now()[source]

Returns the current time in the format ‘YYYY-MM-DD HH:MM’.

Returns:

  • str – The current date and time as a formatted string.

  • Author (Travis Yeager (yeager7@llnl.gov))