Skip to content

Commit ae36885

Browse files
authored
Use same case for %T (#4313)
1 parent ffd2ef7 commit ae36885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/fpm/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,9 +961,9 @@
961961
<literal>strftime(3)</literal> format:
962962
<literal>%d/%b/%Y:%H:%M:%S %z</literal> (default).
963963
The <literal>strftime(3)</literal> format must be encapsulated in a
964-
<literal>%{&lt;strftime_format&gt;}t</literal> tag, e.g. for a ISO8601
964+
<literal>%{&lt;strftime_format&gt;}T</literal> tag, e.g. for a ISO8601
965965
formatted timestring, use:
966-
<literal>%{%Y-%m-%dT%H:%M:%S%z}t</literal>
966+
<literal>%{%Y-%m-%dT%H:%M:%S%z}T</literal>
967967
</entry>
968968
</row>
969969
<row>

0 commit comments

Comments
 (0)