Support `time::UtcDateTime`
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 9.9k
- Forks
- 735
- Avg merge
- 6h 36m
- Merged PRs (30d)
- 8
Description
Motivation
time::UtcDateTime's chrono equivalent chrono::DateTime<Utc> is supported. This can help facilitate the adoption of SeaORM in projects that use time instead of chrono.
Proposed Solutions
It would be nice to have TimeDateTimeUtc (equivalent to chrono's DateTimeUtc) and support saving and querying it, similar to #489.
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing SeaORM's existing support for chrono::DateTime and the implementation discussed in issue #489. Trace how the equivalent type is represented, saved, and queried, then verify that time::UtcDateTime support covers those same operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100