Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/reference/datatypes.md
Co-authored-by: Kyle Gray <[email protected]>
  • Loading branch information
andrewmbenton and kyleconroy authored Oct 20, 2023
commit 62b60c9e7fa022eb1f21bbb7d88d810533a3312c
2 changes: 1 addition & 1 deletion docs/reference/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Place struct {
}
```

## Dates and Times
## Dates and times

All date and time types are returned as `time.Time` structs. For
null time or date values, the `NullTime` type from `database/sql` is used.
Expand Down