В Wed, 13 Jul 2022 15:40:43 +0200 Dr Eberhard Lisse <nos...@lisse.na> пишет:
> 1 9. Jul 2022 at 11:39 > 2 10. Jul 2022 at 01:58 Don't know about lubridate, but the following seems to work: Sys.setlocale('LC_TIME', 'C') strptime( c('9. Jul 2022 at 11:39', '10. Jul 2022 at 01:58'), '%d. %b %Y at %H:%M' ) (Use Sys.getlocale() and on.exit() to restore the previous locale state if you need it.) -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.