Changeset 7592 in josm for trunk/src/org/openstreetmap/josm/tools/ExifReader.java
- Timestamp:
- 2014-10-01T23:24:11+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ExifReader.java
r7299 r7592 37 37 * @param filename The JPEG file to read 38 38 * @return The date/time read in the EXIF section, or {@code null} if not found 39 * @throws ParseException if {@link DateParser#parse} fails to parse date/time 39 * @throws ParseException if {@link PrimaryDateParser#parse} fails to parse date/time 40 40 */ 41 41 public static Date readTime(File filename) throws ParseException {
Note:
See TracChangeset
for help on using the changeset viewer.
