Skip to content

Commit 2088a68

Browse files
authored
Merge pull request #81 from mglonnro/timezones
Added OffsetTime for time zone.
2 parents b36ec44 + 72211f3 commit 2088a68

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/exif/ExifImage.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,9 @@ ExifImage.TAGS = {
792792
0x9000 : "ExifVersion",
793793
0x9003 : "DateTimeOriginal",
794794
0x9004 : "CreateDate",
795+
0x9010 : "OffsetTime",
796+
0x9011 : "OffsetTimeOriginal",
797+
0x9012 : "OffsetTimeDigitized",
795798
0x9101 : "ComponentsConfiguration",
796799
0x9102 : "CompressedBitsPerPixel",
797800
0x9201 : "ShutterSpeedValue",
@@ -1062,4 +1065,4 @@ ExifImage.TAGS = {
10621065

10631066
}
10641067

1065-
};
1068+
};

0 commit comments

Comments
 (0)