suharev7 / clickhouse-rs

Asynchronous ClickHouse client library for Rust programming language.
MIT License
324 stars 121 forks source link

Date Should be Stored without Timezone #130

Open tmcnitt opened 3 years ago

tmcnitt commented 3 years ago

The date rust type is Date, but the clickhouse docs specify that date does not include a timezone. The date type should instead be NaiveDate