]> Cypherpunks repositories - gostls13.git/commit
archive/zip: use Time.UTC instead of Time.In(time.UTC)
authorJoe Tsai <joetsai@digital-static.net>
Fri, 10 Nov 2017 00:07:29 +0000 (16:07 -0800)
committerJoe Tsai <thebrokentoaster@gmail.com>
Fri, 10 Nov 2017 00:27:33 +0000 (00:27 +0000)
commitbdf30565e2810794a6f5d7cf998e64cc4084c98b
tree49f876c16d719015581e21a7b8fa63ff627b2d3c
parent95322a3ac68b206c3394329cb00a0d511e77e0f9
archive/zip: use Time.UTC instead of Time.In(time.UTC)

The former is more succinct and readable.

Change-Id: Ic249d1261a705ad715aeb611c70c7fa91db98254
Reviewed-on: https://go-review.googlesource.com/76830
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/archive/zip/reader.go
src/archive/zip/struct.go