]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/save/KmlExporter.java
Version 19, May 2018
[GpsPrune.git] / tim / prune / save / KmlExporter.java
index bb1d5a3239a238d40953d5d4f004fed76ee6b87d..9d1c0789b4f4d9a3e6820f5883b7f7235bac74ab 100644 (file)
@@ -684,7 +684,7 @@ public class KmlExporter extends GenericFunction implements Runnable
                                        // Add timestamp (if any) to the list
                                        whenList.append("<when>");
                                        if (point.hasTimestamp()) {
-                                               whenList.append(point.getTimestamp().getText(Timestamp.Format.ISO8601));
+                                               whenList.append(point.getTimestamp().getText(Timestamp.Format.ISO8601, null));
                                        }
                                        whenList.append("</when>\n");
                                        // Add coordinates to the list