go/src/time
Ian Lance Taylor 2c4c2a5106 time: add comment explaining >>33 in Now
Change-Id: I022b617cd345b412bee0b50a862676a1dca94e01
Reviewed-on: https://go-review.googlesource.com/c/go/+/418376
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2022-09-28 09:05:54 +00:00
..
testdata time: move slim test tzdata to testdata directory 2021-04-14 19:38:36 +00:00
tzdata lib/time, time/tzdata: update to 2022b 2022-08-11 20:03:19 +00:00
embed.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
example_test.go time: document hhmmss formats 2022-04-27 00:11:22 +00:00
export_android_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
export_test.go time: optimize Parse for RFC3339 and RFC3339Nano 2022-09-13 17:35:58 +00:00
export_windows_test.go
format.go time: optimize Parse for []byte arguments 2022-09-20 16:21:31 +00:00
format_rfc3339.go time: move RFC 3339 optimizations to separate file 2022-09-15 21:10:36 +00:00
format_test.go time: optimize Parse for RFC3339 and RFC3339Nano 2022-09-13 17:35:58 +00:00
genzabbrs.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
internal_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
mono_test.go time: implement Compare method 2022-09-19 17:10:49 +00:00
sleep.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
sleep_test.go runtime: convert local var stop at TestAfterStress to atomic type 2022-09-05 08:08:24 +00:00
sys_plan9.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
sys_windows.go time: return ENOENT instead of ERROR_PATH_NOT_FOUND in windows 2022-05-08 17:19:07 +00:00
tick.go all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
tick_test.go time: make Ticker.Reset(0) panic 2021-11-05 21:13:38 +00:00
time.go time: add comment explaining >>33 in Now 2022-09-28 09:05:54 +00:00
time_test.go time: optimize Parse for []byte arguments 2022-09-20 16:21:31 +00:00
tzdata_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo.go time: optimize FixedZone by caching unnamed zones by the hour 2022-09-08 21:18:53 +00:00
zoneinfo_abbrs_windows.go
zoneinfo_android.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_android_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_goroot.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_ios.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_js.go time: use internal/itoa 2022-08-29 20:05:34 +00:00
zoneinfo_plan9.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_read.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_test.go internal/testenv: add GOROOT and use it to fix tests broken with -trimpath 2022-03-18 21:55:52 +00:00
zoneinfo_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
zoneinfo_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
zoneinfo_windows.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_windows_test.go