@@ -10652,11 +10652,13 @@
10652
10652
Equivalent to \tcode {\% Y-\% m-\% d}.
10653
10653
\\ \rowsep
10654
10654
\tcode {\% g} &
10655
- The last two decimal digits of the ISO week-based year.
10655
+ The last two decimal digits of the calendar year
10656
+ as specified in ISO 8601-1:2019 for the week calendar.
10656
10657
If the result is a single digit it is prefixed by \tcode {0}.
10657
10658
\\ \rowsep
10658
10659
\tcode {\% G} &
10659
- The ISO week-based year as a decimal number.
10660
+ The calendar year as a decimal number,
10661
+ as specified in ISO 8601-1:2019 for the week calendar.
10660
10662
If the result is less than four digits
10661
10663
it is left-padded with \tcode {0} to four digits.
10662
10664
\\ \rowsep
10682
10684
the decimal number of \tcode {days} without padding.
10683
10685
Otherwise,
10684
10686
the day of the year as a decimal number.
10685
- Jan 1 is \tcode {001}.
10687
+ January 1 is \tcode {001}.
10686
10688
If the result is less than three digits,
10687
10689
it is left-padded with \tcode {0} to three digits.
10688
10690
\\ \rowsep
10736
10738
Equivalent to \tcode {\% H:\% M:\% S}.
10737
10739
\\ \rowsep
10738
10740
\tcode {\% u} &
10739
- The ISO weekday as a decimal number (\tcode {1}-\tcode {7}),
10741
+ The calendar day of week as a decimal number (\tcode {1}-\tcode {7}),
10742
+ as specified in ISO 8601-1:2019,
10740
10743
where Monday is \tcode {1}.
10741
10744
The modified command \tcode {\% Ou} produces
10742
10745
the locale's alternative representation.
10750
10753
the locale's alternative representation.
10751
10754
\\ \rowsep
10752
10755
\tcode {\% V} &
10753
- The ISO week-based week number as a decimal number.
10756
+ The calendar week of year as a decimal number,
10757
+ as specified in ISO 8601-1:2019 for the week calendar.
10754
10758
If the result is a single digit, it is prefixed with \tcode {0}.
10755
10759
The modified command \tcode {\% OV} produces
10756
10760
the locale's alternative representation.
@@ -11268,14 +11272,16 @@
11268
11272
the width is applied to only \tcode {\% Y}.
11269
11273
\\ \rowsep
11270
11274
\tcode {\% g} &
11271
- The last two decimal digits of the ISO week-based year.
11275
+ The last two decimal digits of the calendar year,
11276
+ as specified in ISO 8601-1:2019 for the week calendar.
11272
11277
The modified command \tcode {\% \placeholder {N}g} specifies
11273
11278
the maximum number of characters to read.
11274
11279
If \tcode {\placeholder {N}} is not specified, the default is 2.
11275
11280
Leading zeroes are permitted but not required.
11276
11281
\\ \rowsep
11277
11282
\tcode {\% G} &
11278
- The ISO week-based year as a decimal number.
11283
+ The calendar year as a decimal number,
11284
+ as specified in ISO 8601-1:2019 for the week calendar.
11279
11285
The modified command \tcode {\% \placeholder {N}G} specifies
11280
11286
the maximum number of characters to read.
11281
11287
If \tcode {\placeholder {N}} is not specified, the default is 4.
11307
11313
a decimal number of \tcode {days}.
11308
11314
Otherwise,
11309
11315
the day of the year as a decimal number.
11310
- Jan 1 is \tcode {1}.
11316
+ January 1 is \tcode {1}.
11311
11317
In either case,
11312
11318
the modified command \tcode {\% \placeholder {N}j} specifies
11313
11319
the maximum number of characters to read.
11316
11322
\\ \rowsep
11317
11323
\tcode {\% m} &
11318
11324
The month as a decimal number.
11319
- Jan is \tcode {1}.
11325
+ January is \tcode {1}.
11320
11326
The modified command \tcode {\% \placeholder {N}m} specifies
11321
11327
the maximum number of characters to read.
11322
11328
If \tcode {\placeholder {N}} is not specified, the default is 2.
11373
11379
Equivalent to \tcode {\% H:\% M:\% S}.
11374
11380
\\ \rowsep
11375
11381
\tcode {\% u} &
11376
- The ISO weekday as a decimal number (\tcode {1}-\tcode {7}), where Monday is \tcode {1}.
11382
+ The calendar day of week as a decimal number (\tcode {1}-\tcode {7}),
11383
+ as specified in ISO 8601-1:2019,
11384
+ where Monday is \tcode {1}.
11377
11385
The modified command \tcode {\% \placeholder {N}u} specifies
11378
11386
the maximum number of characters to read.
11379
11387
If \tcode {\placeholder {N}} is not specified, the default is \tcode {1}.
11391
11399
the locale's alternative representation.
11392
11400
\\ \rowsep
11393
11401
\tcode {\% V} &
11394
- The ISO week-based week number as a decimal number.
11402
+ The calendar week of year as a decimal number,
11403
+ as specified in ISO 8601-1:2019 for the week calendar.
11395
11404
The modified command \tcode {\% \placeholder {N}V} specifies
11396
11405
the maximum number of characters to read.
11397
11406
If \tcode {\placeholder {N}} is not specified, the default is 2.
0 commit comments