Skip to content

Commit

Permalink
Include MS for ISO8601.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Apr 30, 2024
1 parent 81a45f0 commit 94104c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/typing/ext/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "time"

const (
BigQueryDateTimeFormat = "2006-01-02 15:04:05.999999"
ISO8601 = "2006-01-02T15:04:05-07:00"
ISO8601 = "2006-01-02T15:04:05.999-07:00"
PostgresDateFormat = "2006-01-02"
PostgresTimeFormat = "15:04:05.999999-07" // microsecond precision
AdditionalTimeFormat = "15:04:05.999999Z07"
Expand Down

0 comments on commit 94104c1

Please sign in to comment.