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
Due to tons of unecessary deprecations it became impossible to use this library for our use case which is:
Get local date ('chrono::Local::today()`)
Set hour/minute/second to 0:0:0 (and_hms(0, 0, 0))
There is no need to deprecate useful things unless you have alternative for their usage?
chrono::Local::today cannot be replaced with chrono::Local::now as it is.
It returns two completely different things
Something simple as creating midnight timestamp should be error-less, yet you force user unwrapping all these infallible operations because you cannot even provide const constructors