Skip to content

Commit

Permalink
Remove.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 22, 2024
1 parent 034ee78 commit 078562e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/typing/ext/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ func NewNestedKind(kindType ExtendedTimeKindType, optionalFormat string) (Nested
return NestedKind{Type: kindType, Format: cmp.Or(optionalFormat, defaultLayout)}, nil
}

var (
Time = NestedKind{
Type: TimeKindType,
Format: PostgresTimeFormat,
}
)

// ExtendedTime is created because Golang's time.Time does not allow us to explicitly cast values as a date, or time
// and only allows timestamp expressions.
type ExtendedTime struct {
Expand Down

0 comments on commit 078562e

Please sign in to comment.