Currently time fields seem bound to the time library. Working with time zones with time is a PITA so I was saddened to see that cornucopia does not support chrono.
Might implement this myself after Easter. @LouisGariepy @Virgiel Should I implement as a crate feature, e.g. chrono + time where time is default?
Or maybe #207 would solve this?
Currently time fields seem bound to the
timelibrary. Working with time zones withtimeis a PITA so I was saddened to see that cornucopia does not support chrono.Might implement this myself after Easter. @LouisGariepy @Virgiel Should I implement as a crate feature, e.g.
chrono+timewheretimeis default?Or maybe #207 would solve this?