Fixing rfc3339Format
This commit is contained in:
Родитель
960ab7968d
Коммит
9ce3836855
|
@ -7507,7 +7507,7 @@ func init() {
|
|||
}
|
||||
|
||||
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче