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
date!(2014-11-30), time!(12:34), datetime!(2014-11-30 12:34)? The current initialization syntax is somewhat verbose. It can be theoretically done without a procedural macro, provided that we keep away from the strict syntax of ISO 8601 (no datetime!(2014-11-30T12:34) etc.).
The text was updated successfully, but these errors were encountered:
date!(2014-11-30)
,time!(12:34)
,datetime!(2014-11-30 12:34)
? The current initialization syntax is somewhat verbose. It can be theoretically done without a procedural macro, provided that we keep away from the strict syntax of ISO 8601 (nodatetime!(2014-11-30T12:34)
etc.).The text was updated successfully, but these errors were encountered: