Changeset 3163 in osm for applications


Ignore:
Timestamp:
2007-06-11T15:38:05+02:00 (18 years ago)
Author:
christofd
Message:

fixed time format in gpx export

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/GpxTrackMarkerWriter.java

    r3162 r3163  
    2525        private final Collection<Collection<GpsPoint>> gpsData;
    2626        private final Collection<Marker> markers;
    27         private static final SimpleDateFormat gpxDateFormat = new SimpleDateFormat("yyyy-MM-ddThh:mm:ss.SSS");
     27        private static final SimpleDateFormat gpxDateFormat = new SimpleDateFormat("yyyy-MM-ddTHH:mm:ss.SSSZ");
    2828       
    2929        public GpxTrackMarkerWriter(Collection<Collection<GpsPoint>> gpsData, Collection<Marker> markers) {
Note: See TracChangeset for help on using the changeset viewer.