X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fsave%2FFileSaver.java;fp=tim%2Fprune%2Fsave%2FFileSaver.java;h=45af83e0a7cac09286848f55be8508b3d2e87c9e;hp=1e199d9e7bb387ee6dafdbdb903772fb4d1ff9ac;hb=92dad5df664287acb51728e9ea599f150765d34a;hpb=81843c3d8d0771bf00d0f26034a13aa515465c78 diff --git a/tim/prune/save/FileSaver.java b/tim/prune/save/FileSaver.java index 1e199d9..45af83e 100644 --- a/tim/prune/save/FileSaver.java +++ b/tim/prune/save/FileSaver.java @@ -604,7 +604,7 @@ public class FileSaver if (inPoint.hasTimestamp()) { // format value accordingly - inBuffer.append(inPoint.getTimestamp().getText(inTimestampFormat)); + inBuffer.append(inPoint.getTimestamp().getText(inTimestampFormat, null)); } } else if (inField == Field.MEDIA_FILENAME)