skrf.util.now_string_2_dt

skrf.util.now_string_2_dt(s)[source]

Converts the output of now_string() to a datetime object.

Parameters

s (str) – date-time stamps string as generated by now_string()

Returns

dt – date-time stamps

Return type

datetime

See also

now_string