rethomics / damr

Read TriKinetics' DAM data in R
http://rethomics.github.io
6 stars 6 forks source link

solution to strptime dealing with non English locale #38

Open pepelisu opened 2 years ago

pepelisu commented 2 years ago

In some system if the local is not set to english datetime, the system wil fail to convert the datetime column to datetime_posix, returning "Non data in the selected range" error Not sure if DAM systems is always saving in English format or also taking the host computer datetime to format the date column.