mss_dataserver.postprocess.util.isoformat_tz

mss_dataserver.postprocess.util.isoformat_tz(utcdatetime)[source]

Convert a obspy UTCDateTime instance to a isoformat string including the UTC Timezone specifier +00:00.

Parameters

utcdatetime (obspy.UTCDateTime) – The UTCDateTime to convert.

Returns

The isoformat string with UTC timezone specifier.

Return type

str