Changeset 35937 in osm for applications/editors/josm/plugins/CommandLine/src/org
- Timestamp:
- 2022-03-22T19:29:12+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/OsmToCmd.java
r34656 r35937 330 330 String time = atts.getValue("timestamp"); 331 331 if (time != null && time.length() != 0) { 332 current.set Timestamp(DateUtils.fromString(time));332 current.setInstant(DateUtils.parseInstant(time)); 333 333 } 334 334
Note:
See TracChangeset
for help on using the changeset viewer.