When I enter the following code, it works fine:
bk.date1 <- "Ma 2012 august 14 11:28:30"
bk.german.date <- ymd_hms(bk.date1, locale = "German")
bk.german.date
# [1] "2012-08-14 11:28:30 UTC"
Unfortunately, I have not been able to find a listing or table that defines valid values for "locale".
Another valid value for locale is "English_United States.1252". Is there a website or an R command that will show all valid locale values, at least for LC_TIME? Thanks