Skip to content

Commit

Permalink
Remove GeolocationTimezone from default timezone extraction to avoid …
Browse files Browse the repository at this point in the history
…0,0 timezones.
  • Loading branch information
mceachen committed Nov 4, 2024
1 parent 883b5bb commit 5dfcfd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Timezones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@ export const TimezoneOffsetTagnames = [
// hours, 2. If present, the time zone offset of ModifyDate (which we
// ignore) @see https://www.exiftool.org/TagNames/EXIF.html
"TimeZoneOffset", // number | number[] | string
"GeolocationTimeZone",

// We DON'T use "GeolocationTimezone" here, as at this layer in the glue
// factory we don't have access to the ExifTool option "ignoreZeroZeroLatLon"
] as const satisfies readonly (keyof Tags)[]

export function incrementZone(
Expand Down

0 comments on commit 5dfcfd8

Please sign in to comment.