We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rfc3339
1 parent 6cbb695 commit 789b388Copy full SHA for 789b388
src/query/write_query.rs
@@ -92,7 +92,7 @@ impl WriteQuery {
92
93
pub fn get_precision(&self) -> String {
94
let modifier = match self.timestamp {
95
- Timestamp::Now => return String::from(""),
+ Timestamp::Now => "rfc3339",
96
Timestamp::Nanoseconds(_) => "ns",
97
Timestamp::Microseconds(_) => "u",
98
Timestamp::Milliseconds(_) => "ms",
0 commit comments