Changeset 35850 in osm for applications/editors/josm/plugins/o5m/src/org/openstreetmap
- Timestamp:
- 2021-11-04T16:40:47+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java
r34857 r35850 245 245 if (lastTs != 0) { 246 246 checkTimestamp(lastTs); 247 pd.set Timestamp(new Date(lastTs * 1000));247 pd.setInstant(new Date(lastTs * 1000).toInstant()); 248 248 if (osmUser != null) 249 249 pd.setUser(osmUser);
Note:
See TracChangeset
for help on using the changeset viewer.