1
0
mirror of https://github.com/golang/go synced 2024-10-03 19:21:21 -06:00
go/src/time
Gabriel Russell eb29ac7a7c time: fix optional fractional seconds range err
The optional fractional seconds overrides any range error
from the second parsing. Instead don't look for optional fractional
seconds if a range error has occured.

Change-Id: I27e0a2432740f6753668bd8833e48b9495bc4036
Reviewed-on: https://go-review.googlesource.com/27590
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-08-23 15:58:08 +00:00
..
example_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
export_android_test.go time: load time zones from the system tzdata file on Android 2016-08-23 06:15:35 +00:00
export_test.go
export_windows_test.go time: fix registry zone info lookup on Windows 2015-05-12 14:28:40 +00:00
format_test.go time: fix optional fractional seconds range err 2016-08-23 15:58:08 +00:00
format.go time: fix optional fractional seconds range err 2016-08-23 15:58:08 +00:00
genzabbrs.go time: genzabbrs.go skips Feb when checking months 2016-06-09 15:31:08 +00:00
internal_test.go
sleep_test.go time: deflake TestAfterQueuing 2015-05-06 19:26:27 +00:00
sleep.go time: warn about correct use of a Timer's Stop/Reset methods 2016-06-06 21:15:35 +00:00
sys_plan9.go time: don't depend on the io package 2016-05-09 20:31:47 +00:00
sys_unix.go time: don't depend on the io package 2016-05-09 20:31:47 +00:00
sys_windows.go time: don't depend on the io package 2016-05-09 20:31:47 +00:00
tick_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
tick.go all: single space after period. 2016-03-02 00:13:47 +00:00
time_test.go all: fix "result not used" vet warnings 2016-08-16 14:15:10 +00:00
time.go time: update documentation for Duration.String regarding the zero value 2016-06-24 19:41:45 +00:00
zoneinfo_abbrs_windows.go time: run genzabbrs.go with new source data 2016-05-23 18:14:21 +00:00
zoneinfo_android_test.go time: load time zones from the system tzdata file on Android 2016-08-23 06:15:35 +00:00
zoneinfo_android.go time: load time zones from the system tzdata file on Android 2016-08-23 06:15:35 +00:00
zoneinfo_ios.go
zoneinfo_plan9.go
zoneinfo_read.go time: don't depend on the io package 2016-05-09 20:31:47 +00:00
zoneinfo_test.go time: set Local.name on windows 2016-05-14 17:30:16 +00:00
zoneinfo_unix.go time: load time zones from the system tzdata file on Android 2016-08-23 06:15:35 +00:00
zoneinfo_windows_test.go time: handle localized time zone names 2015-08-26 04:40:59 +00:00
zoneinfo_windows.go time: set Local.name on windows 2016-05-14 17:30:16 +00:00
zoneinfo.go time: fix comment about use of Location.cacheEnd 2016-01-26 15:16:47 +00:00