SeaQL / SeaQL/sea-orm

Support `time::UtcDateTime`

Open
#2,870 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.