Changeset 12589 in josm
- Timestamp:
- 2017-08-10T23:44:02+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/date/DateUtils.java
r11921 r12589 84 84 checkLayout(str, "xxxx-xx-xxTxx:xx:xx") || 85 85 checkLayout(str, "xxxx:xx:xx xx:xx:xx") || 86 checkLayout(str, "xxxx-xx-xx xx:xx:xxZ") || 86 87 checkLayout(str, "xxxx-xx-xx xx:xx:xx UTC") || 87 88 checkLayout(str, "xxxx-xx-xxTxx:xx:xx+xx") ||
Note:
See TracChangeset
for help on using the changeset viewer.