You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may also support DateTime<Local>. Then, we have full support over all three chrono::DateTime, namely DateTime<FixedOffset>, DateTime<Utc> and DateTime<Local>.
I think we should support
DateTime<Utc>
natively in SeaORM soonOriginally posted by @tyt2y3 in #344 (comment)
May be we can create a new type alias
DateTimeUtc
onchrono::DateTime<Utc>
The text was updated successfully, but these errors were encountered: