[Geoserver-users] TimeSpan KML

Hi

I’m having problems importing my KML from geoserver 2.2 into a map and found it is because the map doesn’t like fractional seconds. (ie. Yyyy-mm-ddThh:mm:ss.fffz) I was looking at the geoserver spec and in the geoserver code, mainly the KMLMapTranformer.java class and the datetime formats don’t include fractional seconds. I’ll continue to debug this but in the meantime I was hoping someone could give me a quick answer as to why the resulting KML includes the fractional seconds, and if anyone could foresee any issues that could arise with removing them in our geoserver instance.

Example KML snippet:

2013-02-06T12:00:00.000Z

2013-02-06T14:59:59.000Z

Thank You

Dominique