Changeset 8322 in josm


Ignore:
Timestamp:
2015-05-04T19:08:59+02:00 (9 years ago)
Author:
simon04
Message:

fix #11380 - JOSM notes layer thinks that all notes were created on current date (regression of r8225)

Location:
trunk
Files:
2 added
1 edited

Legend:

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

    r8148 r8322  
    6969        if (checkLayout(str, "xxxx-xx-xxTxx:xx:xxZ") ||
    7070                checkLayout(str, "xxxx-xx-xxTxx:xx:xx") ||
     71                checkLayout(str, "xxxx-xx-xx xx:xx:xx UTC") ||
    7172                checkLayout(str, "xxxx-xx-xxTxx:xx:xx+xx:00") ||
    7273                checkLayout(str, "xxxx-xx-xxTxx:xx:xx-xx:00")) {
Note: See TracChangeset for help on using the changeset viewer.