File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# pkg
22
3- ![ Project status] ( https://img.shields.io/badge/version-5.8 .0-green.svg )
3+ ![ Project status] ( https://img.shields.io/badge/version-5.9 .0-green.svg )
44[ ![ Build Status] ( https://travis-ci.org/go-playground/pkg.svg?branch=master )] ( https://travis-ci.org/go-playground/pkg )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/go-playground/pkg/badge.svg?branch=master )] ( https://coveralls.io/github/go-playground/pkg?branch=master )
66[ ![ GoDoc] ( https://godoc.org/github.com/go-playground/pkg?status.svg )] ( https://pkg.go.dev/mod/github.com/go-playground/pkg/v5 )
Original file line number Diff line number Diff line change 1+ package timeext
2+
3+ const (
4+ // RFC3339Nano is a correct replacement to Go's current time.RFC3339Nano which is NOT sortable and
5+ // have no intention of fixing https://github.com/golang/go/issues/19635; this format fixes that.
6+ RFC3339Nano = "2006-01-02T15:04:05.000000000Z07:00"
7+ )
You can’t perform that action at this time.
0 commit comments