Skip to content

Commit 85353ae

Browse files
committed
Add OffsetTime mappings from Exif version 2.31.
1 parent efa4c75 commit 85353ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

js/load-image-exif-map.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
0xa004: 'RelatedSoundFile', // Name of related sound file
8080
0x9003: 'DateTimeOriginal', // Date and time when the original image was generated
8181
0x9004: 'DateTimeDigitized', // Date and time when the image was stored digitally
82+
0x9010: 'OffsetTime', // Time zone when the image file was last changed
83+
0x9011: 'OffsetTimeOriginal', // Time zone when the image was stored digitally
84+
0x9012: 'OffsetTimeDigitized', // Time zone when the image was stored digitally
8285
0x9290: 'SubSecTime', // Fractions of seconds for DateTime
8386
0x9291: 'SubSecTimeOriginal', // Fractions of seconds for DateTimeOriginal
8487
0x9292: 'SubSecTimeDigitized', // Fractions of seconds for DateTimeDigitized

0 commit comments

Comments
 (0)