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
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
One problem that came up in #137 is how to go from seconds (u64 etc) to SystemTime so that can be used in diesel queries. Maybe there is a workaround? We used the time crate (which is really missing from the std) for the conversions.
This would make calculations easier. It's also increase the support of different Database types. Diesel will start to support mysql in future.
The text was updated successfully, but these errors were encountered: