Skip to content

Commit

Permalink
Added documentation for new %g option
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWitvliet authored and deemar committed Jul 21, 2022
1 parent d4543c3 commit 26263f9
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion doc/UsersGuide-EN.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ The recognized conversion characters are

\begin_layout Standard
\begin_inset Tabular
<lyxtabular version="3" rows="22" columns="3">
<lyxtabular version="3" rows="23" columns="3">
<features islongtable="true" longtabularalignment="center">
<column alignment="center" valignment="top" width="10text%">
<column alignment="left" valignment="top" width="50text%">
Expand Down Expand Up @@ -2111,6 +2111,51 @@ test_hello.c
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
%g()
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
Used to output the date of the logging event in UTC in stead of local time.
\end_layout

\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
%g(%F) 2011-12-01
\end_layout

\begin_layout Plain Layout
%g(%m-%d %T) 12-01 15:17:42
\end_layout

\begin_layout Plain Layout
%g(%T.ms) 15:17:42.035
\end_layout

\begin_layout Plain Layout
%g 2012-02-14 15:03:12
\end_layout

\begin_layout Plain Layout
%g() 2012-02-14 15:03:12
\end_layout

\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text

\begin_layout Plain Layout
%H
\end_layout
Expand Down

0 comments on commit 26263f9

Please sign in to comment.