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 741137d commit 1f4c278Copy full SHA for 1f4c278
rust/cubesql/pg-srv/src/values/timestamp.rs
@@ -107,6 +107,8 @@ impl ToProtocolValue for TimestampValue {
107
None => self.to_naive_datetime(),
108
Some(_) => self.to_fixed_datetime()?.naive_utc(),
109
};
110
+
111
+ // 2022-04-25 15:36:49.39705+00
112
let as_str = ndt.format("%Y-%m-%d %H:%M:%S%.6f").to_string();
113
114
match self.tz_ref() {
0 commit comments