Skip to content

Commit

Permalink
Use same case for %T
Browse files Browse the repository at this point in the history
  • Loading branch information
danny50610 authored Dec 15, 2024
1 parent 7d2dd02 commit 658fbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/fpm/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -961,9 +961,9 @@
<literal>strftime(3)</literal> format:
<literal>%d/%b/%Y:%H:%M:%S %z</literal> (default).
The <literal>strftime(3)</literal> format must be encapsulated in a
<literal>%{&lt;strftime_format&gt;}t</literal> tag, e.g. for a ISO8601
<literal>%{&lt;strftime_format&gt;}T</literal> tag, e.g. for a ISO8601
formatted timestring, use:
<literal>%{%Y-%m-%dT%H:%M:%S%z}t</literal>
<literal>%{%Y-%m-%dT%H:%M:%S%z}T</literal>
</entry>
</row>
<row>
Expand Down

0 comments on commit 658fbf8

Please sign in to comment.