Skip to content

Commit

Permalink
Use fractionals in PS Datetimes
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Nov 8, 2023
1 parent e62f312 commit e790771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/driver-adapters/src/conversion/mysql.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::conversion::JSArg;
use serde_json::value::Value as JsonValue;

const DATETIME_FORMAT: &str = "%Y-%m-%d %H:%M:%S";
const DATETIME_FORMAT: &str = "%Y-%m-%d %H:%M:%S.%f";
const DATE_FORMAT: &str = "%Y-%m-%d";
const TIME_FORMAT: &str = "%H:%M:%S";

Expand Down

0 comments on commit e790771

Please sign in to comment.