I try to read SPSS format: ``` dataframe <- as.data.frame(read_sav("C:/~FilePath/Dataset.sav")) ``` and get: ``` Error in df_parse_sav_file(spec, encoding, user_na, cols_skip, n_max, : Failed to parse ~FilePath/Dataset: The file's timestamp string is invalid. ``` This has been posted in a closed issue [(The file's timestamp string is invalid #488)](https://github.com/tidyverse/haven/issues/488) and in a Stackoverflow question [([Difficulty with haven package Reading SPSS data in R](https://stackoverflow.com/questions/60006760/difficulty-with-haven-package-reading-spss-data-in-r))](https://stackoverflow.com/questions/60006760/difficulty-with-haven-package-reading-spss-data-in-r), but I have not found any solution yet.