⬅︎ Back to Rust > Go > Python ...to parse millions of dates in CSV files
You don't need to parse iso dates in this case. String sort FTW! That's why iso dates look like they do. A later iso date will always sort after an earlier in a string sort.
Comment
You don't need to parse iso dates in this case. String sort FTW! That's why iso dates look like they do. A later iso date will always sort after an earlier in a string sort.