I need to convert default mysql modtimes into UTC formated datetimes using xslt.
I have an xml document that contains dates that originated as mysql modtimes in the format: 2010-06-30 15:20:43.0
They are now in an xml document within an element "datestamp" 2010-03-16 13:52:56.0
In order to be published via an oai-pmh feed they need to be converted to UTC format: 2010-06-30T15:20:43Z
ISO 8601 UTC dates are defined here: http://www.w3.org/TR/NOTE-datetime
I don't have access to the original mysql database, only an xml dump.