X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fsave%2FKmlExporter.java;fp=tim%2Fprune%2Fsave%2FKmlExporter.java;h=9d1c0789b4f4d9a3e6820f5883b7f7235bac74ab;hp=bb1d5a3239a238d40953d5d4f004fed76ee6b87d;hb=92dad5df664287acb51728e9ea599f150765d34a;hpb=81843c3d8d0771bf00d0f26034a13aa515465c78 diff --git a/tim/prune/save/KmlExporter.java b/tim/prune/save/KmlExporter.java index bb1d5a3..9d1c078 100644 --- a/tim/prune/save/KmlExporter.java +++ b/tim/prune/save/KmlExporter.java @@ -684,7 +684,7 @@ public class KmlExporter extends GenericFunction implements Runnable // Add timestamp (if any) to the list whenList.append(""); if (point.hasTimestamp()) { - whenList.append(point.getTimestamp().getText(Timestamp.Format.ISO8601)); + whenList.append(point.getTimestamp().getText(Timestamp.Format.ISO8601, null)); } whenList.append("\n"); // Add coordinates to the list