cornucopia-rs / cornucopia

Generate type-checked Rust from your PostgreSQL.
Other
755 stars 31 forks source link

Use std SystemTime for timestamps #210

Open Virgiel opened 1 year ago

Virgiel commented 1 year ago

Although not as convenient as time or chrono, the use of SystemTime does not require the use of any library.