leapseconds
Description
returns a timetable containing
a list of the leap seconds that the T
= leapsecondsdatetime
data type supports. For each
leap second, the timetable includes the date on which it occurred, its sign, and the
cumulative number of leap seconds as of that date.
To account for leap seconds in dates and times, create a datetime
array
by using the datetime
function, and then specify the value of the
'TimeZone'
name-value pair argument as
'UTCLeapSeconds'
.
[
returns the International Earth Rotation and Reference Systems Service (IERS) Bulletin C
version number of the leap second data being used in MATLAB®. The IERS periodically declares new leap seconds as needed. For more
information, see the IERS
Bulletins.T
,vers
] = leapseconds
Examples
Output Arguments
Version History
Introduced in R2020a