1
0
mirror of https://github.com/golang/go synced 2024-11-23 23:30:10 -07:00
go/src
Ian Lance Taylor 068a832a7e time: read 64-bit data if available
Also store 64-bit data in lib/time/zoneinfo.zip.

The comments argue that we don't need the 64-bit data until 2037 or
2106, but that turns out not to be the case. We also need them for
dates before December 13, 1901, which is time.Unix(-0x80000000, 0).

Fixes #30099

Change-Id: Ib8c9efb29b7b3c08531ae69912c588209d6320e9
Reviewed-on: https://go-review.googlesource.com/c/161202
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-02-26 23:10:35 +00:00
..
archive src, misc: apply gofmt 2019-02-19 20:38:28 +00:00
bufio
builtin
bytes bytes: hoist error creation out of function 2019-02-26 22:57:25 +00:00
cmd cmd/compile: don't generate newobject call for 0-sized types 2019-02-26 23:08:15 +00:00
compress compress/gzip: clarify that Multistream gzip requires a ByteReader 2019-02-26 23:02:40 +00:00
container
context
crypto crypto/tls: fix typo 2019-02-26 22:54:37 +00:00
database/sql database/sql/driver: fix typo 2019-02-15 17:23:55 +00:00
debug
encoding encoding/base32: simplify and speed up decoder 2019-02-26 19:20:07 +00:00
errors
expvar
flag
fmt fmt: fix an error in documentation for fmt 2019-02-26 23:04:04 +00:00
go go/doc: skip escaping comments in pre-formatted blocks 2019-02-26 18:51:37 +00:00
hash
html html/template: use strings.Builder 2019-02-26 20:12:09 +00:00
image
index/suffixarray
internal all: fix typos as reported by 'misspell' 2019-02-26 23:02:05 +00:00
io io: align style of test comments in multi_test.go 2019-02-26 23:01:20 +00:00
log
math math/big: add %#b and %O integer formats 2019-02-26 19:39:19 +00:00
mime
net net/http: add godoc for Dir.Open function 2019-02-26 23:03:32 +00:00
os all: fix typos as reported by 'misspell' 2019-02-26 23:02:05 +00:00
path path/filepath: revert "fix Windows-specific Clean bug" 2019-02-20 18:32:07 +00:00
plugin
reflect
regexp
runtime all: fix typos as reported by 'misspell' 2019-02-26 23:02:05 +00:00
sort
strconv
strings
sync
syscall all: fix typos as reported by 'misspell' 2019-02-26 23:02:05 +00:00
testdata
testing all: fix typos as reported by 'misspell' 2019-02-26 23:02:05 +00:00
text text/template: error on method calls on nil interfaces 2019-02-26 18:05:09 +00:00
time time: read 64-bit data if available 2019-02-26 23:10:35 +00:00
unicode
unsafe
all.bash
all.bat
all.rc
androidtest.bash misc/android,cmd/dist: move $GOROOT copying to the exec wrapper 2019-02-26 18:00:48 +00:00
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash cmd/dist: build exec wrappers during bootstrap 2019-02-26 17:59:23 +00:00
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc