obspy.core.utcdatetime.UTCDateTime.strptime
- static UTCDateTime.strptime(date_string, format)[source]
Return a UTCDateTime corresponding to date_string, parsed according to given format.
- Parameters
- Returns
See methods
strftime()
andstrptime()
for more information.