szabgab / rust-digger

https://rust-digger.code-maven.com/
19 stars 2 forks source link

Error parsing timestamp '2017-10-29 06:27:11' of cargo-script #54

Open szabgab opened 5 months ago

szabgab commented 5 months ago

In the clone process we found a single crate called cargo-script that a different timestamp. In all other crates the date looks like this: 2024-03-22 01:27:59.259254 and this format %Y-%m-%d %H:%M:%S.%f can parse them, but not this crate.

$ grep ,cargo-script, data/data/crates.csv 
2015-10-21 11:48:14.991765,"A Cargo subcommand designed to let people quickly and easily run Rust ""scripts"" which can make use of Cargo's package ecosystem.",,56471,,3277,,,cargo-script,"# `cargo-script`

This is strange. Where do we get the above, strange timestamp from?