1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/encoding/asn1
Adam Langley 4d17fe3cd6 encoding/asn1: don't convert UTCTime to UTC.
Previously we converted a time to UTC *and* serialized the timezone of
the original time. With this change, we serialize a UTCTime in the
original timezone.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6817048
2012-10-29 11:16:05 -04:00
..
asn1_test.go encoding/asn1: prepare for 64-bit ints 2012-09-24 10:30:37 -04:00
asn1.go encoding/asn1: prepare for 64-bit ints 2012-09-24 10:30:37 -04:00
common.go encoding/asn1: promote untyped strings to UTF8 as needed. 2012-07-10 18:23:30 -04:00
marshal_test.go encoding/asn1: don't convert UTCTime to UTC. 2012-10-29 11:16:05 -04:00
marshal.go encoding/asn1: don't convert UTCTime to UTC. 2012-10-29 11:16:05 -04:00