We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa4c75 commit 85353aeCopy full SHA for 85353ae
1 file changed
js/load-image-exif-map.js
@@ -79,6 +79,9 @@
79
0xa004: 'RelatedSoundFile', // Name of related sound file
80
0x9003: 'DateTimeOriginal', // Date and time when the original image was generated
81
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
85
0x9290: 'SubSecTime', // Fractions of seconds for DateTime
86
0x9291: 'SubSecTimeOriginal', // Fractions of seconds for DateTimeOriginal
87
0x9292: 'SubSecTimeDigitized', // Fractions of seconds for DateTimeDigitized
0 commit comments