github.com/go-playground/pkg/v5@v5.29.1/time/time.go (about)

     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  )