Skip to content

Commit

Permalink
Fixes timestamp bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedquinn committed Jul 16, 2024
1 parent 8b4e0d3 commit 5a9a25a
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 5a9a25a

Please sign in to comment.