Convert the XML time The XML time format to POSIXct.
xmlTime2POSIX(xml.time, allow = FALSE)
character. Time in XML format such as 2014-02-01T03:00:00
logical. Wrong format will be accepted when allow
is set
to be TRUE and NA will be the return value, otherwise return error.
It is useful while dealing with pseudonymous data where the time format is
not presented correctly.