index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
zoneinfo_test.go
Age
Commit message (
Expand
)
Author
2023-03-13
time: fix timezone lookup logic for non-DST zones
Geon Kim
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2022-03-18
time: fix zoneinfo.zip locating logic when built with -trimpath
Bryan C. Mills
2021-04-15
time: add missing "os" import to zoneinfo_test.go
Damien Neil
2021-04-14
time: replace os.Setenv with T.Setenv
Manlio Perillo
2021-04-14
time: move slim test tzdata to testdata directory
Martin Sucha
2021-04-05
time: use offset and isDST when caching zone from extend string
Martin Sucha
2021-03-15
time: add Time.IsDST() to check if its Location is in Daylight Savings Time
Joel Courtney
2021-02-27
time: correct unusual extension string cases
Ian Lance Taylor
2020-10-27
time: fix LoadLocationFromTZData with slim tzdata
Christopher Hlubek
2020-04-22
time: use extended time format past end of zone transitions
Ian Lance Taylor
2019-02-27
time: reject tzdata with no zones
Josh Bleecher Snyder
2019-02-26
time: read 64-bit data if available
Ian Lance Taylor
2018-09-14
time: improve error message for LoadLocation
Agniva De Sarker
2018-05-04
cmd/vet: better align print warnings with fmt
Daniel MartÃ
2017-11-21
time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZData
Dmitri Shuralyov
2017-11-21
time: enable Location loading from user provided timezone data
Florian Uekermann
2017-06-07
time: vendor tzdata-2017b and update test
Alberto Donizetti
2017-02-08
time: bound file reads and validate LoadLocation argument
Brad Fitzpatrick
2017-02-01
time: defer loading ZONEINFO until first time.LoadLocation call
Jeff Johnson
2016-05-14
time: set Local.name on windows
Alex Brainman
2016-03-02
all: single space after period.
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox