skrf.util.now_string

skrf.util.now_string()[source]

Return a unique sortable string, representing the current time.

Nice for generating date-time stamps to be used in file-names, the companion function now_string_2_dt() can be used to read these string back into datetime objects.

Returns:

now – curent date-time stamps.

Return type:

string

See also

now_string_2_dt