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_read.go
Age
Commit message (
Expand
)
Author
2023-02-16
src: rename unexported errors by adding prefix err
Oleksandr Redko
2022-03-18
time: fix zoneinfo.zip locating logic when built with -trimpath
Bryan C. Mills
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
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-27
time: fix LoadLocationFromTZData with slim tzdata
Christopher Hlubek
2020-10-14
lib/time, time, time/tzdata: use slim tz data format
Tobias Klauser
2020-04-22
time: use extended time format past end of zone transitions
Ian Lance Taylor
2020-04-14
time/tzdata: new package
Ian Lance Taylor
2020-04-13
Revert "time/tzdata: new package"
Ian Lance Taylor
2020-04-13
time/tzdata: new package
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-12-24
time: return ENOENT if a zoneinfo zip file is not found
Max Ushakov
2018-11-02
all: fix tests for older versions of AIX 7.2
Clément Chigot
2018-09-14
time: improve error message for LoadLocation
Agniva De Sarker
2018-08-21
time: optimize big4
Ilya Tocar
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2017-11-21
time: enable Location loading from user provided timezone data
Florian Uekermann
2017-11-21
time: rename internal type data to dataIO
Russ Cox
2017-11-16
Revert "time: enable ZONEINFO tzdata file support and error reporting"
Russ Cox
2017-10-03
time: enable ZONEINFO tzdata file support and error reporting
Florian Uekermann
2017-09-27
time: unify three readFile implementations into one
Ian Lance Taylor
2017-09-27
time: reduce OS dependent timezone related code
Florian Uekermann
2017-02-08
time: bound file reads and validate LoadLocation argument
Brad Fitzpatrick
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-05-09
time: don't depend on the io package
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox