parse_datetime should support "@" syntax
Closed this issue · 2 comments
philolo1 commented
We would like parse_time to support "@" syntax, that indicates the seconds passed from the "Thu Jan 1 00:00:00 UTC 1970".
See related issue: uutils/coreutils#5177
I am intending on working on this issue.
Benjscho commented
I believe parse_datetime::parse_datetime::from_str supports parsing "@" syntax in this section. Just added a new test to verify: #31