1
0
mirror of https://github.com/golang/go synced 2024-10-04 07:11:21 -06:00
go/src/pkg/time
Ulf Holm Nielsen aa38aeaeaf time: Allow Parse and Format to handle time zone offsets with seconds
Adds layout cases with seconds for stdISO8601 and stdNumTZ with and without colons. Update time.Format to append seconds for those cases.

Fixes #4934.

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/8132044
2013-07-31 16:11:02 +10:00
..
example_test.go time: improve the explanation of the working of Format and Parse 2013-04-22 11:36:17 -07:00
export_test.go time: fix race 2013-01-14 14:09:42 -08:00
export_windows_test.go time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
format.go time: Allow Parse and Format to handle time zone offsets with seconds 2013-07-31 16:11:02 +10:00
genzabbrs.go time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
internal_test.go time: fix race 2013-01-14 14:09:42 -08:00
Makefile time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
sleep_test.go time: prevent a panic from leaving the timer mutex held 2013-07-01 21:42:29 -04:00
sleep.go time: handle very large sleep durations 2013-02-26 09:23:58 +11:00
sys_plan9.go os,time: fix Plan 9 build 2012-02-20 12:31:24 +11:00
sys_unix.go time: switch to using (uncompressed) zoneinfo zip file 2012-02-19 03:16:20 -05:00
sys_windows.go time: switch to using (uncompressed) zoneinfo zip file 2012-02-19 03:16:20 -05:00
tick_test.go time: during short test, do not bother tickers take longer than expected 2012-03-07 01:10:55 +08:00
tick.go time: clarify why timer.Stop and ticker.Stop don't close the channel 2012-11-08 23:25:48 +08:00
time_test.go time: Allow Parse and Format to handle time zone offsets with seconds 2013-07-31 16:11:02 +10:00
time.go time: avoid garbage collector aliasing bug 2013-06-24 14:49:35 -04:00
zoneinfo_abbrs_windows.go time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
zoneinfo_plan9.go os,time: fix Plan 9 build 2012-02-20 12:31:24 +11:00
zoneinfo_read.go time: handle zone file with no transitions 2013-02-03 22:41:00 -05:00
zoneinfo_unix.go time: switch to using (uncompressed) zoneinfo zip file 2012-02-19 03:16:20 -05:00
zoneinfo_windows_test.go time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
zoneinfo_windows.go time: find correct zone abbreviations even on non-English windows systems 2013-07-10 15:34:24 +10:00
zoneinfo.go time: deal a bit better with time zones in Parse 2013-02-03 23:02:12 -05:00