Changeset 36341 in osm for applications/editors/josm
- Timestamp:
- 2024-09-19T18:42:53+02:00 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pbf/src/org/openstreetmap/josm/plugins/pbf/io/PbfWriter.java
r35978 r36341 150 150 b.setUserSid(stable.getIndex(e.getUser().getName())); 151 151 } 152 b.setTimestamp( (int) (e.getInstant().toEpochMilli() / date_granularity));152 b.setTimestamp(e.getInstant().toEpochMilli() / date_granularity); 153 153 b.setVersion(e.getVersion()); 154 154 b.setChangeset(e.getChangesetId());
Note:
See TracChangeset
for help on using the changeset viewer.