obspy.core.utcdatetime

Module containing a UTC-based datetime class.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

_datetime_to_ns

Use Python datetime object to return equivalent nanoseconds.

Classes

UTCDateTime

A UTC-based datetime object.