rust-digger icon indicating copy to clipboard operation
rust-digger copied to clipboard

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

Open szabgab opened this issue 3 months ago • 0 comments

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?

szabgab avatar Mar 28 '24 06:03 szabgab