See title.
format_posixct(x, lang = "en", date = TRUE, time = TRUE)(String) The formatted timestamp as a string.
The POSIXct timestamp or a string to be automatically converted to a POSIXct timestamp.
(Optional, String, Default = "en") The language of the result. Currently implemented: "en"/"de". If you supply another not yet implemented language here, "en" will be chosen automatically.
(Optional, Boolean, Default = TRUE) Should the date be part of the result string?
(Optional, Boolean, Default = TRUE) Should the time be part of the result string?