Changes between Version 4 and Version 5 of Ticket #16995, comment 17


Ignore:
Timestamp:
2018-11-23T10:03:07+01:00 (7 years ago)
Author:
cmuelle8

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16995, comment 17

    v4 v5  
    279279---------
    280280
    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 simple
     281The 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
    282282* {{{write(file, pX.get(GpxConstants.PT_TIME))}}} instead of doing
    283283* {{{write(file, gpxFormat.format(DateUtils.fromString((String) pX.get(GpxConstants.PT_TIME))))}}}