1
0
mirror of https://github.com/golang/go synced 2024-11-20 01:04:40 -07:00
go/src/time
Marvin Stenger d153df8e4b all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
This reverts https://golang.org/cl/66372.

Updates #22148

Change-Id: I3e94af3dfc11a2883bf28e1d5e1f32f98760b3ee
Reviewed-on: https://go-review.googlesource.com/68431
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-10-05 23:19:42 +00:00
..
example_test.go time: add a number of new examples 2017-09-09 22:00:38 +00:00
export_android_test.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
export_test.go time: bound file reads and validate LoadLocation argument 2017-02-08 16:20:25 +00:00
export_windows_test.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
format_test.go time: don't match '---' month in time.Parse 2017-09-08 12:50:14 +00:00
format.go time: don't match '---' month in time.Parse 2017-09-08 12:50:14 +00:00
genzabbrs.go all: use sort.Slice in a few more places 2017-09-22 12:39:14 +00:00
internal_test.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
mono_test.go all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00
sleep_test.go runtime: improve timers scalability on multi-CPU systems 2017-09-12 16:52:23 +00:00
sleep.go runtime: improve timers scalability on multi-CPU systems 2017-09-12 16:52:23 +00:00
sys_plan9.go time: unify three readFile implementations into one 2017-09-27 14:29:31 +00:00
sys_unix.go time: unify three readFile implementations into one 2017-09-27 14:29:31 +00:00
sys_windows.go time: unify three readFile implementations into one 2017-09-27 14:29:31 +00:00
tick_test.go runtime: return deltimer early if timer.timersBucket is unset 2017-09-15 19:55:10 +00:00
tick.go all: single space after period. 2016-03-02 00:13:47 +00:00
time_test.go time: fix grammar/spelling errors in test comment 2017-08-21 17:52:45 +00:00
time.go time: fix documentation of Round, Truncate behavior for d <= 0 2017-08-29 17:16:15 +00:00
zoneinfo_abbrs_windows.go time: run genzabbrs.go to update zoneinfo_abbrs_windows.go 2017-06-13 07:12:32 +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: enable ZONEINFO tzdata file support and error reporting 2017-10-03 14:35:32 +00:00
zoneinfo_ios.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo_plan9.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo_read.go time: enable ZONEINFO tzdata file support and error reporting 2017-10-03 14:35:32 +00:00
zoneinfo_test.go time: vendor tzdata-2017b and update test 2017-06-07 21:23:58 +00:00
zoneinfo_unix.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo_windows_test.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo_windows.go time: reduce OS dependent timezone related code 2017-09-27 14:14:45 +00:00
zoneinfo.go time: enable ZONEINFO tzdata file support and error reporting 2017-10-03 14:35:32 +00:00