Commit ID: 10056F5E70012C8C469
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/26 01:36:56 UTC
Modified files:
lib/libc/time : strftime.3
Log message:
disambiguate ISO 8601 (I always wondered what “ISO 8601 year” is
supposed to be, as ISO 8601 dates use %Y… it’s the year part of
the ISO 8601 calendar week, which DIN ISO 8601 (superseding EN
28601:1992 and DIN 1355-1) formalises for Germany)
So: %F = %Y-%m-%d = ISO 8601 date
and %GW%V = ISO 8601 calendar week (%G KW%V)
and %u = ISO 8601 weekday (1 = Monday, 7 = Sunday)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libc/time/strftime.3