Correct timezone issue
This commit is contained in:
Родитель
914dace75d
Коммит
8c1438b285
|
@ -7151,7 +7151,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
rfc3339Format = "2006-01-02T15:04:05.0000000Z07:00"
|
rfc3339Format = "2006-01-02T15:04:05Z"
|
||||||
)
|
)
|
||||||
|
|
||||||
// used to convert times from UTC to GMT before sending across the wire
|
// used to convert times from UTC to GMT before sending across the wire
|
||||||
|
|
Загрузка…
Ссылка в новой задаче