Skip to content

Commit 55b91ee

Browse files
Add missing EXIF OffsetTime tags (#126)
1 parent 37dc253 commit 55b91ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exifread/tags/exif.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@
258258
0x9000: ('ExifVersion', make_string),
259259
0x9003: ('DateTimeOriginal', ),
260260
0x9004: ('DateTimeDigitized', ),
261+
0x9010: ('OffsetTime', ),
262+
0x9011: ('OffsetTimeOriginal', ),
263+
0x9012: ('OffsetTimeDigitized', ),
261264
0x9101: ('ComponentsConfiguration', {
262265
0: '',
263266
1: 'Y',

0 commit comments

Comments
 (0)