ClickHouse / ClickHouse/clickhouse-rs

Please consider jiff support instead of now deprecated chrono.

Open
#383 10 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
559
Forks
172
Avg merge
1d 19h
Merged PRs (30d)
3

Description

### Use case

Most of date/datetime manipulations are done through the `chrono` crate (under the `serde` feature). Starting 2026, the `chrono` author said in https://github.com/chronotope/chrono/issues/1768 that the crates are now considered as soft-deprecated, and that [jiff](https://crates.io/crates/jiff) is more or less what we should be using.

### Describe the solution you'd like

Replace all usage of `chrono` with `jiff `:)

Thanks.

Contributor guide

Open the contributing guide

Research direction

Start by searching the repository for all chrono references, including its use under the serde feature, and identify the date/datetime entry points affected by the migration. Review the existing tests around those usages before determining the scope; done means the relevant chrono usage is replaced with jiff without changing supported behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.