obspy.core.utcdatetime.UTCDateTime ================================== .. currentmodule:: obspy.core.utcdatetime .. autoclass:: UTCDateTime :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~UTCDateTime.DEFAULT_PRECISION ~UTCDateTime.date ~UTCDateTime.datetime ~UTCDateTime.day ~UTCDateTime.hour ~UTCDateTime.julday ~UTCDateTime.matplotlib_date ~UTCDateTime.microsecond ~UTCDateTime.minute ~UTCDateTime.month ~UTCDateTime.ns ~UTCDateTime.precision ~UTCDateTime.second ~UTCDateTime.time ~UTCDateTime.timestamp ~UTCDateTime.weekday ~UTCDateTime.year .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~UTCDateTime.ctime ~UTCDateTime.dst ~UTCDateTime.format_arclink ~UTCDateTime.format_fissures ~UTCDateTime.format_iris_web_service ~UTCDateTime.format_seed ~UTCDateTime.format_seedlink ~UTCDateTime.isocalendar ~UTCDateTime.isoformat ~UTCDateTime.isoweekday ~UTCDateTime.now ~UTCDateTime.replace ~UTCDateTime.strftime ~UTCDateTime.strptime ~UTCDateTime.timetuple ~UTCDateTime.timetz ~UTCDateTime.toordinal ~UTCDateTime.tzname ~UTCDateTime.utcnow ~UTCDateTime.utcoffset ~UTCDateTime.utctimetuple .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: UTCDateTime._from_datetime .. automethod:: UTCDateTime._from_iso8601_string .. automethod:: UTCDateTime._from_timestamp .. automethod:: UTCDateTime._get_date .. automethod:: UTCDateTime._get_datetime .. automethod:: UTCDateTime._get_day .. automethod:: UTCDateTime._get_hour .. automethod:: UTCDateTime._get_hours_after_midnight .. automethod:: UTCDateTime._get_julday .. automethod:: UTCDateTime._get_microsecond .. automethod:: UTCDateTime._get_minute .. automethod:: UTCDateTime._get_month .. automethod:: UTCDateTime._get_ns .. automethod:: UTCDateTime._get_precision .. automethod:: UTCDateTime._get_second .. automethod:: UTCDateTime._get_time .. automethod:: UTCDateTime._get_timestamp .. automethod:: UTCDateTime._get_weekday .. automethod:: UTCDateTime._get_year .. automethod:: UTCDateTime._handle_overflow .. automethod:: UTCDateTime._operate .. automethod:: UTCDateTime._repr_pretty_ .. automethod:: UTCDateTime._set .. automethod:: UTCDateTime._set_day .. automethod:: UTCDateTime._set_hour .. automethod:: UTCDateTime._set_julday .. automethod:: UTCDateTime._set_microsecond .. automethod:: UTCDateTime._set_minute .. automethod:: UTCDateTime._set_month .. automethod:: UTCDateTime._set_ns .. automethod:: UTCDateTime._set_precision .. automethod:: UTCDateTime._set_second .. automethod:: UTCDateTime._set_year .. rubric:: Special Methods .. automethod:: UTCDateTime.__abs__ .. automethod:: UTCDateTime.__add__ .. automethod:: UTCDateTime.__delattr__ .. automethod:: UTCDateTime.__dir__ .. automethod:: UTCDateTime.__eq__ .. automethod:: UTCDateTime.__float__ .. automethod:: UTCDateTime.__format__ .. automethod:: UTCDateTime.__ge__ .. automethod:: UTCDateTime.__getattribute__ .. automethod:: UTCDateTime.__gt__ .. automethod:: UTCDateTime.__hash__ .. automethod:: UTCDateTime.__init__ .. automethod:: UTCDateTime.__init_subclass__ .. automethod:: UTCDateTime.__le__ .. automethod:: UTCDateTime.__lt__ .. automethod:: UTCDateTime.__ne__ .. automethod:: UTCDateTime.__new__ .. automethod:: UTCDateTime.__reduce__ .. automethod:: UTCDateTime.__reduce_ex__ .. automethod:: UTCDateTime.__repr__ .. automethod:: UTCDateTime.__setattr__ .. automethod:: UTCDateTime.__sizeof__ .. automethod:: UTCDateTime.__str__ .. automethod:: UTCDateTime.__sub__ .. automethod:: UTCDateTime.__subclasshook__ .. automethod:: UTCDateTime.__unicode__