]> Cypherpunks repositories - gostls13.git/commit
time: standard time doc fix and format example
authorCaleb Spare <cespare@gmail.com>
Tue, 22 Jan 2013 19:44:49 +0000 (14:44 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Jan 2013 19:44:49 +0000 (14:44 -0500)
commit657168fb17d8f3472f7f5c606bdc103640d8d7a6
tree8c0fca22b31e573e126da7d27fdc9bed3e60d79b
parenta61dcef23275880d901db5a158fd1d9a9e71a00d
time: standard time doc fix and format example

This fixes the incorrect unix timestamp of the standard time and adds
an example for (Time) Format to clarify how timezones work in format strings.

Fixes #4364.

R=golang-dev, remyoudompheng, kevlar, rsc
CC=golang-dev
https://golang.org/cl/7069046
src/pkg/time/example_test.go
src/pkg/time/format.go