Skip to content

Commit

Permalink
Merge pull request #1515 from johnedquinn/v1-conformance-time
Browse files Browse the repository at this point in the history
Fixes timestamp bug
  • Loading branch information
johnedquinn authored Jul 16, 2024
2 parents 8b4e0d3 + 5a9a25a commit 0703da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DatumTimestamp implements Datum {

// TODO: Pass precision to constructor.
// TODO: Create a variant specifically for without TZ
private final static PType _type = PType.typeTimeWithTZ(6);
private final static PType _type = PType.typeTimestampWithTZ(6);

DatumTimestamp(@NotNull Timestamp value) {
_value = value;
Expand Down

0 comments on commit 0703da5

Please sign in to comment.