Lines Matching full:seconds
1 # Generate zic format 'leapseconds' from NIST/IERS format 'leap-seconds.list'.
8 # year 1900 plus 10**10 seconds. However, in practice
13 # (the year 1900 plus 2**53 seconds). By then leap seconds will be
19 print "# Allowance for leap seconds added to each time zone file."
24 print "# NIST/IERS format leap-seconds.list file, which can be copied from"
25 print "# <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>"
27 print "# <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>."
28 print "# For more about leap-seconds.list, please see"
29 print "# The NTP Timescale and Leap Seconds"
32 print "# The rules for leap seconds are specified in Annex 1 (Time scales) of:"
38 print "# periodically uses leap seconds to keep UTC to within 0.9 s of UT1"
46 print "# There were no leap seconds before 1972, as no official mechanism"
48 print "# rotation. The first (\"1 Jan 1972\") data line in leap-seconds.list"
52 print "# All leap-seconds are Stationary (S) at the given UTC time."
110 print "# Any additional leap seconds will come after this."
124 # seconds each.
148 # sstamp_to_ymdhMs - convert seconds timestamp to date and time
156 # sstamp - is the seconds timestamp.