We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f21f6b commit 72781fcCopy full SHA for 72781fc
rust/cubesql/cubesql/test.sql
rust/cubesql/pg-srv/src/values/timestamp.rs
@@ -100,7 +100,7 @@ impl Display for TimestampValue {
100
}
101
102
// POSTGRES_EPOCH_JDATE
103
-// https://github.com/postgres/postgres/blob/REL_14_4/src/include/datatype/timestamp.h#L162
+// https://github.com/postgres/postgres/blob/REL_14_4/src/include/datatype/timestamp.h#L163
104
fn pg_base_date_epoch() -> NaiveDateTime {
105
NaiveDate::from_ymd_opt(2000, 1, 1)
106
.unwrap()
0 commit comments