Loading media/java/android/media/ExifInterface.java +2 −2 Original line number Diff line number Diff line Loading @@ -1411,9 +1411,9 @@ public class ExifInterface { private static final int IMAGE_TYPE_WEBP = 14; static { sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss"); sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss", Locale.US); sFormatter.setTimeZone(TimeZone.getTimeZone("UTC")); sFormatterTz = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss XXX"); sFormatterTz = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss XXX", Locale.US); sFormatterTz.setTimeZone(TimeZone.getTimeZone("UTC")); // Build up the hash tables to look up Exif tags for reading Exif tags. Loading Loading
media/java/android/media/ExifInterface.java +2 −2 Original line number Diff line number Diff line Loading @@ -1411,9 +1411,9 @@ public class ExifInterface { private static final int IMAGE_TYPE_WEBP = 14; static { sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss"); sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss", Locale.US); sFormatter.setTimeZone(TimeZone.getTimeZone("UTC")); sFormatterTz = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss XXX"); sFormatterTz = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss XXX", Locale.US); sFormatterTz.setTimeZone(TimeZone.getTimeZone("UTC")); // Build up the hash tables to look up Exif tags for reading Exif tags. Loading