Changes between Version 4 and Version 5 of Ticket #16995, comment 17
- Timestamp:
- 2018-11-23T10:03:07+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16995, comment 17
v4 v5 279 279 --------- 280 280 281 The last of the three diffs is probably what you had in mind with your request in comment:16, but be aware that code may write differently formatted strings out to GPX files, if it spares the conversion that the unit test does. It could simpl e281 The last of the three diffs is probably what you had in mind with your request in comment:16, but be aware that code may write differently formatted strings out to GPX files, if it spares the conversion that the unit test does. It could simply 282 282 * {{{write(file, pX.get(GpxConstants.PT_TIME))}}} instead of doing 283 283 * {{{write(file, gpxFormat.format(DateUtils.fromString((String) pX.get(GpxConstants.PT_TIME))))}}}


