• Home
  • Raw
  • Download

Lines Matching refs:replaced

25        Each conversion specification is replaced by the characters as follows
28 %A is replaced by the locale's full weekday name.
30 %a is replaced by the locale's abbreviated weekday name.
32 %B is replaced by the locale's full month name.
35 is replaced by the locale's abbreviated month name.
37 %C is replaced by the century (a year divided by 100 and truncated
40 %c is replaced by the locale's appropriate date and time
45 %d is replaced by the day of the month as a decimal number [01,31].
47 %e is replaced by the day of month as a decimal number [1,31];
52 %G is replaced by the ISO 8601 year with century as a decimal
55 %g is replaced by the ISO 8601 year without century as a decimal
60 %H is replaced by the hour (24-hour clock) as a decimal number
63 %I is replaced by the hour (12-hour clock) as a decimal number
66 %j is replaced by the day of the year as a decimal number
69 %k is replaced by the hour (24-hour clock) as a decimal number
72 %l is replaced by the hour (12-hour clock) as a decimal number
75 %M is replaced by the minute as a decimal number [00,59].
77 %m is replaced by the month as a decimal number [01,12].
79 %n is replaced by a newline.
81 %p is replaced by the locale's equivalent of either "AM" or "PM".
83 %R is replaced by the time in the format %H:%M.
85 %r is replaced by the locale's representation of 12-hour clock time
88 %S is replaced by the second as a decimal number [00,60]. The
92 %s is replaced by the number of seconds since the Epoch (see
95 %T is replaced by the time in the format %H:%M:%S.
97 %t is replaced by a tab.
99 %U is replaced by the week number of the year (Sunday as the first
102 %u is replaced by the weekday (Monday as the first day of the week)
105 %V is replaced by the week number of the year (Monday as the first
112 %W is replaced by the week number of the year (Monday as the first
115 %w is replaced by the weekday (Sunday as the first day of the week)
118 %X is replaced by the locale's appropriate time representation.
120 %x is replaced by the locale's appropriate date representation.
122 %Y is replaced by the year with century as a decimal number.
124 %y is replaced by the year without century as a decimal number
127 %Z is replaced by the time zone abbreviation, or by the empty
130 %z is replaced by the offset from the Prime Meridian in the format
139 %% is replaced by a single %.
141 %+ is replaced by the locale's date and time in date(1) format.