Skip to content

Commit

Permalink
[time] Use outputblock environment where appropriate. (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis authored and tkoeppe committed Nov 15, 2018
1 parent 12935b8 commit 5f63e3a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@

Produces this output:

\begin{codeblock}
\begin{outputblock}
2015-06-30 23:59:59.500 UTC
2015-06-30 23:59:59.750 UTC
2015-06-30 23:59:60.000 UTC
Expand All @@ -2911,7 +2911,7 @@
2015-06-30 23:59:60.750 UTC
2015-07-01 00:00:00.000 UTC
2015-07-01 00:00:00.250 UTC
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -3100,9 +3100,9 @@

Produces this output:

\begin{codeblock}
\begin{outputblock}
2000-01-01 00:00:00 UTC == 2000-01-01 00:00:32 TAI
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -3287,9 +3287,9 @@

Produces this output:

\begin{codeblock}
\begin{outputblock}
2000-01-01 00:00:00 UTC == 2000-01-01 00:00:13 GPS
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -8628,12 +8628,12 @@

Produces the output:

\begin{codeblock}
\begin{outputblock}
0100
1am
1800
6pm
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -8669,12 +8669,12 @@

Produces the output:

\begin{codeblock}
\begin{outputblock}
01:08
1:08am
18:15
6:15pm
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -8710,12 +8710,12 @@

Produces the output:

\begin{codeblock}
\begin{outputblock}
01:08:03
1:08:03am
18:15:45
6:15:45pm
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -8751,12 +8751,12 @@

Produces the output:

\begin{codeblock}
\begin{outputblock}
01:08:03.007
1:08:03.007am
18:15:45.123
6:15:45.123pm
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -9174,12 +9174,12 @@

Produces the output:

\begin{codeblock}
\begin{outputblock}
2016-03-13 02:30:00 is in a gap between
2016-03-13 02:00:00 EST and
2016-03-13 03:00:00 EDT which are both equivalent to
2016-03-13 07:00:00 UTC
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -9247,11 +9247,11 @@

Produces the output:

\begin{codeblock}
\begin{outputblock}
2016-11-06 01:30:00 is ambiguous. It could be
2016-11-06 01:30:00 EDT == 2016-11-06 05:30:00 UTC or
2016-11-06 01:30:00 EST == 2016-11-06 06:30:00 UTC
\end{codeblock}
\end{outputblock}
\end{example}
\end{itemdescr}

Expand Down Expand Up @@ -10187,7 +10187,7 @@

Produces the output:

\begin{codeblock}
\begin{outputblock}
1972-07-01 00:00:00
1973-01-01 00:00:00
1974-01-01 00:00:00
Expand Down Expand Up @@ -10215,7 +10215,7 @@
2012-07-01 00:00:00
2015-07-01 00:00:00
2017-01-01 00:00:00
\end{codeblock}
\end{outputblock}
\end{example}

\rSec3[time.zone.leap.members]{Member functions}
Expand Down

0 comments on commit 5f63e3a

Please sign in to comment.