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
One way to do this:
modify DTPD! defined in datetime.rs to have a flag, "is it acceptable for CLI?".
Gather those flagged DTPD! entries at run-time (or build-time), and iterate through them within fn process_dt, making calls to . This allows re-using the facilities built in datetime.rs, and not having divergent methods for transforming a string to a DateTimeL.
Problem
The following command-line fails:
The
--help
message suggests possible datetimes:Solution
Support
%Z
parsing for command-line passed-a
or-b
.The text was updated successfully, but these errors were encountered: