Time (sunpy.time
)#
sunpy.time
contains helpers for converting strings to astropy.time.Time
objects and handling common operations on these objects. As well as this a
TimeRange
object is provided for representing a period of time
and performing operations on that range.
sunpy.time Package#
Functions#
|
Return iterator of occurrences of date formatted with format in string. |
|
Returns true if the input is a valid date/time representation. |
|
Work around for astropy/astropy#6970. |
|
Tests whether a time string is formatted according to the given time format. |
|
Returns the number of Julian centuries since J1900.0 (noon on 1900 January 0). |
|
Takes a time input and will parse and return a |
Classes#
|
A class to create and handle time ranges. |
|
SI seconds from 1958-01-01 00:00:00, which includes UTC leap seconds. |
|
UT seconds from 1979-01-01 00:00:00 UTC, ignoring leap seconds. |