Changeset 17911 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2021-05-24T12:13:59+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/date/DateUtils.java
r17840 r17911 245 245 * @return a new ISO 8601 date format, for date and time. 246 246 * @since 7299 247 */ 247 * @deprecated Use {@link Instant#toString()} 248 */ 249 @Deprecated 248 250 public static SimpleDateFormat newIsoDateTimeFormat() { 249 251 return new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssX");
Note:
See TracChangeset
for help on using the changeset viewer.