- Timestamp:
- 2018-11-25T21:07:16+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/GpxWriterTest.java
r14243 r14453 66 66 testSingleWaypoint( 67 67 w -> w.put(GpxConstants.PT_TIME, Date.from(LocalDate.of(2018, Month.AUGUST, 2).atStartOfDay(ZoneOffset.UTC).toInstant())), 68 " <time>2018-08-02T00:00:00 .000Z</time>%n");68 " <time>2018-08-02T00:00:00Z</time>%n"); 69 69 } 70 70
Note:
See TracChangeset
for help on using the changeset viewer.