You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if backfillTimezones=false, no timezone defaults are used unless the file is a video and defaultVideosToUTC=true
backfillTimezones now defaults to true - use new ExifDateTime.inferredZone to determine when to backfill zones
avoid File stat tags (which use SystemZone) as a candidate EDT for zone adoption
if defaultVideosToUTC=true, Tags.tz isn't forced to UTC anymore if we can extract a reasonable zone, but we still parse all datestamps with a UTC default backstop (fbabbce)
add "inferred zone" field to ExifDateTime (used by backfillTimezones) (b98e193)
TZ improvements: - don't adopt FileCreateDate or FileModifyDate offsets - support hour-only timezone offset suffixes (0aa0e07)