Changeset 25407 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-02-23T21:32:39+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/data/EditGpxTrack.java
r23650 r25407 43 43 // convert to anonymous time 44 44 for (WayPoint w : points) { 45 w.attr.put("time", "1970-0 0-00T00:00:00.000Z");45 w.attr.put("time", "1970-01-01T00:00:00.000Z"); 46 46 w.setTime(); 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.