Some files have made it through the data flow that have very incorrect timestamps:
PGR files with 20060101 timestamp generated with Borealis sometime in 2022 for example
A check should be made that a file's timestamp is consistent with the file's creation time (i.e. make sure the file timestamp matches with the time shown with ls -l). The file creation time should be preserved for all .site files, so this check could be done within convert_and_restructure before the .site file is restructured.
Some files have made it through the data flow that have very incorrect timestamps:
A check should be made that a file's timestamp is consistent with the file's creation time (i.e. make sure the file timestamp matches with the time shown with
ls -l
). The file creation time should be preserved for all.site
files, so this check could be done withinconvert_and_restructure
before the.site
file is restructured.