Commit ID: 10056F5C75D722A2C8B
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/25 23:19:17 UTC
Modified files:
kern/include : mirtime.h
lib/libc/time : strftime.3
Log message:
JD (and thus MJD) uses TT for the second part; clarify mirtime_mjd doesn’t
but uses civil UTC seconds, including leap seconds, into the day defined
by the (floor’d) MJD value (no time zone) same as SQLite’s %J does (except
the current ports need to be fixed to omit leap seconds, their algorithm
assumes they are not counted)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.3 -r1.4 src/kern/include/mirtime.h
cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/time/strftime.3