Changeset 12589 in josm for trunk


Ignore:
Timestamp:
2017-08-10T23:44:02+02:00 (7 years ago)
Author:
bastiK
Message:

fix #15122 - add date format for ArcGIS-exported osm data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/date/DateUtils.java

    r11921 r12589  
    8484                checkLayout(str, "xxxx-xx-xxTxx:xx:xx") ||
    8585                checkLayout(str, "xxxx:xx:xx xx:xx:xx") ||
     86                checkLayout(str, "xxxx-xx-xx xx:xx:xxZ") ||
    8687                checkLayout(str, "xxxx-xx-xx xx:xx:xx UTC") ||
    8788                checkLayout(str, "xxxx-xx-xxTxx:xx:xx+xx") ||
Note: See TracChangeset for help on using the changeset viewer.