This commit is contained in:
Mark McGranaghan 2014-01-10 06:34:13 -08:00
parent b2d1ba5cd8
commit 3c5392df99
2 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,2 @@
89dedeb30079f7f5f42202c249609c570563a1ae
JqNGqbuqF1
64395057e85c58a94c5298067a45216ba1682c9d
CevEHjELb6

View File

@ -40,7 +40,7 @@ pattern-based layouts.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/JqNGqbuqF1"><img title="Run code" src="play.png" class="run" /></a>
<a href="http://play.golang.org/p/CevEHjELb6"><img title="Run code" src="play.png" class="run" /></a>
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div>
@ -94,7 +94,9 @@ according to RFC3339.</p>
takes a formatted version of the reference time
<code>Mon Jan 2 15:04:05 MST 2006</code> to determine the
general pattern with which to format the given
time. Here are a few more examples of time
time. The example time must be exactly as shown: the
year 2006, 15 for the hour, Monday for the day of the
week, etc. Here are a few more examples of time
formatting.</p>
</td>