Changeset 364 in josm for trunk/src


Ignore:
Timestamp:
2007-10-11T21:56:47+02:00 (17 years ago)
Author:
framm
Message:
  • write unformatted dates properly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmWriter.java

    r343 r364  
    195195                }
    196196                if (osm.timestamp != null) {
    197                         String time = osm.getTimeStr();
    198                         out.print(" timestamp='"+time+"'");
     197                        out.print(" timestamp='"+osm.timestamp+"'");
    199198                }
    200199                // user and visible added with 0.4 API
Note: See TracChangeset for help on using the changeset viewer.