Skip to content

Commit 1f4c278

Browse files
committed
chore: add comment
1 parent 741137d commit 1f4c278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/cubesql/pg-srv/src/values/timestamp.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ impl ToProtocolValue for TimestampValue {
107107
None => self.to_naive_datetime(),
108108
Some(_) => self.to_fixed_datetime()?.naive_utc(),
109109
};
110+
111+
// 2022-04-25 15:36:49.39705+00
110112
let as_str = ndt.format("%Y-%m-%d %H:%M:%S%.6f").to_string();
111113

112114
match self.tz_ref() {

0 commit comments

Comments
 (0)