Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

TimeSystem

TimeSystem

is an option for time functions that specifies the time system being used to define time.

Details

Examples

open allclose all

Basic Examples  (3)

Define an instant in the UTC time system:

Convert to atomic time, which is currently 37 leap seconds ahead of UTC:

Convert a UTC date into a Julian date in terrestrial time:

Compare with a conversion to a Julian date in UTC time:

The difference on that date was 64.184 seconds:

These are different instants of time, separated by 37 leap seconds:

Scope  (3)

Specify different time systems in a DateObject expression:

Use different time systems in combination with different calendars:

The "TDB" time system is also known as ephemeris time "ET":

Converting to the "ET" system does not change the numeric date:

Applications  (1)

Explore the transition during the last added leap second, at the end of year 2016:

Properties & Relations  (2)

Use the TimeSystem option to specify the time system of a DateObject expression:

Use TimeSystemConvert to change that date to a different time system representation:

UT1 time for a given time zone corresponds to mean solar time at the corresponding central meridian:

Neat Examples  (1)

Between 1960 and 1972, "UTC" frequently added fractional seconds and was more closely aligned to "UT1":

Starting in 1972, "UTC" adds only whole leap seconds, as needed, to remain within 1 second of "UT1":

The difference between "TAI" and "UTC" shows the number of leap seconds added since "UTC" began:

Wolfram Research (2021), TimeSystem, Wolfram Language function, https://reference.wolfram.com/language/ref/TimeSystem.html.

Text

Wolfram Research (2021), TimeSystem, Wolfram Language function, https://reference.wolfram.com/language/ref/TimeSystem.html.

CMS

Wolfram Language. 2021. "TimeSystem." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TimeSystem.html.

APA

Wolfram Language. (2021). TimeSystem. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TimeSystem.html

BibTeX

@misc{reference.wolfram_2024_timesystem, author="Wolfram Research", title="{TimeSystem}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/TimeSystem.html}", note=[Accessed: 18-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_timesystem, organization={Wolfram Research}, title={TimeSystem}, year={2021}, url={https://reference.wolfram.com/language/ref/TimeSystem.html}, note=[Accessed: 18-May-2024 ]}

Top