Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[time] Use outputblock environment where appropriate. #2440

Merged
merged 1 commit into from
Nov 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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