/freebsd/usr.sbin/fifolog/lib/ |
H A D | getdate.y | 567 time_t Julian; in Convert() local 593 for (Julian = Day - 1, i = 0; i < Month; i++) in Convert() 594 Julian += DaysInMonth[i]; in Convert() 596 Julian += 365 + (i % 4 == 0); in Convert() 597 Julian *= SECSPERDAY; in Convert() 598 Julian += yyTimezone * 60L; in Convert() 601 Julian += tod; in Convert() 602 ltm = localtime(&Julian); in Convert() 605 || (DSTmode == DSTmaybe && localtime(&Julian)->tm_isdst)) in Convert() 606 Julian -= 60 * 60; in Convert() [all …]
|
/freebsd/usr.bin/find/ |
H A D | getdate.y | 573 time_t Julian; in Convert() local 592 for (Julian = Day - 1, i = 0; i < Month; i++) in Convert() 593 Julian += DaysInMonth[i]; in Convert() 595 Julian += 365 + (i % 4 == 0); in Convert() 596 Julian *= SECSPERDAY; in Convert() 597 Julian += yyTimezone * 60L; in Convert() 600 Julian += tod; in Convert() 602 || (DSTmode == DSTmaybe && localtime(&Julian)->tm_isdst)) in Convert() 603 Julian -= 60 * 60; in Convert() 604 return Julian; in Convert()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_getdate.c | 694 time_t Julian; in Convert() 718 Julian = Day - 1; in Convert() 720 Julian += DaysInMonth[i]; in Convert() 722 Julian += 365 + (i % 4 == 0); in Convert() 723 Julian *= DAY; in Convert() 724 Julian += Timezone; in Convert() 725 Julian += Hours * HOUR + Minutes * MINUTE + Seconds; in Convert() 727 ltime = localtime_s(&tmbuf, &Julian) ? NULL : &tmbuf; in Convert() 729 ltime = localtime_r(&Julian, &tmbuf); in Convert() 731 ltime = localtime(&Julian); in Convert() 698 time_t Julian; Convert() local [all...] |
/freebsd/contrib/tzcode/ |
H A D | calendars | 52 In 1700, Denmark made the transition from Julian to Gregorian. Sweden 56 different from both Julian and Gregorian for a period of 40 years. 60 they gave it up and went back to Julian, putting 30 days in February that 81 European states, with the date they converted from the Julian to the 122 1617 - duchy of Kurland (reverted to the Julian calendar in
|
/freebsd/contrib/tzdata/ |
H A D | calendars | 52 In 1700, Denmark made the transition from Julian to Gregorian. Sweden 56 different from both Julian and Gregorian for a period of 40 years. 60 they gave it up and went back to Julian, putting 30 days in February that 81 European states, with the date they converted from the Julian to the 122 1617 - duchy of Kurland (reverted to the Julian calendar in
|
H A D | leap-seconds.list | 77 # MJD: The Modified Julian Day number. MJD = X/86400 + 15020
|
/freebsd/contrib/bzip2/ |
H A D | LICENSE | 5 documentation, are copyright (C) 1996-2019 Julian R Seward. All 39 Julian Seward, jseward@acm.org
|
H A D | FREEBSD-upgrade | 1 Julian Seward's bzip2
|
H A D | README.COMPILATION.PROBLEMS | 6 Copyright (C) 1996-2019 Julian Seward <jseward@acm.org>
|
H A D | README | 10 Copyright (C) 1996-2019 Julian Seward <jseward@acm.org> 178 Julian Seward
|
H A D | CHANGES | 6 Copyright (C) 1996-2019 Julian Seward <jseward@acm.org>
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.stats | 21 49236 modified Julian day number 38 49236 modified Julian day number 57 49234 modified Julian day number
|
/freebsd/share/examples/drivers/ |
H A D | README | 2 Author: Julian Elischer
|
/freebsd/contrib/libpcap/cmake/Modules/ |
H A D | FindFseeko.cmake | 4 # Copyright (C) 2016 Julian Andres Klode <jak@debian.org>.
|
H A D | FindLFS.cmake | 3 # Copyright (C) 2016 Julian Andres Klode <jak@debian.org>.
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm450-motorola-ali.dts | 3 * Copyright (c) 2022, Julian Braha <julianbraha@gmail.com>
|
/freebsd/usr.sbin/ntp/ntpd/ |
H A D | leap-seconds | 77 # MJD: The Modified Julian Day number. MJD = X/86400 + 15020
|
/freebsd/contrib/ntp/html/hints/ |
H A D | notes-xntp-v3 | 20 where <day> is the modified Julian day, <sec>.<frac> is the time of
|
/freebsd/share/dict/ |
H A D | propernames | 538 Julian
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_TIME_set.pod | 159 is made to correct ancient calendar changes (for example from Julian to
|
/freebsd/sys/contrib/openzfs/ |
H A D | AUTHORS | 342 Julian Brunner <julian.brunner@gmail.com> 343 Julian Heuking <JulianH@beckhoff.com>
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | compress | 161 # by Julian Seward <sewardj@cs.man.ac.uk> and others
|
/freebsd/contrib/ntp/ntpd/ |
H A D | invoke-ntp.conf.texi | 1028 The first two fields show the date (Modified Julian Day) and time 1050 The first two fields show the date (Modified Julian Day) and time 1068 The first two fields show the date (Modified Julian Day) and 1087 The first two fields show the date (Modified Julian Day) and 1109 The first two fields show the date (Modified Julian Day) and 1129 The first two fields show the date (Modified Julian Day) and time
|
H A D | ntp.conf.def | 1091 The first two fields show the date (Modified Julian Day) and time 1113 The first two fields show the date (Modified Julian Day) and time 1131 The first two fields show the date (Modified Julian Day) and 1150 The first two fields show the date (Modified Julian Day) and 1172 The first two fields show the date (Modified Julian Day) and 1192 The first two fields show the date (Modified Julian Day) and time
|
/freebsd/contrib/tcpdump/ |
H A D | CREDITS | 175 Julian Cowley <julian at lava dot net>
|