This commit is contained in:
Adele Reed 2022-04-25 14:57:23 -07:00
Родитель 914dace75d
Коммит 8c1438b285
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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