Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review timezone handling #5

Merged
merged 3 commits into from
Sep 9, 2024
Merged

Conversation

fabrixxm
Copy link

@fabrixxm fabrixxm commented Sep 6, 2023

Force timezone on datetime parsed from exif.
If user don't specify any timezone, we use timezone from first point in
gps track, or we fallback to system timezone.

Replace pytz with zoneinfo from standard lib.
Requires python >=3.9

Also update README with usage from help

fabrixxm added 3 commits September 6, 2023 18:25
Force timezone on datetime parsed from exif.
If user don't specify any timezone, we use timezone from first point in
gps track, or we fallback to system timezone.

Replace pytz with zoneinfo from standard lib.
Requires python >=3.9
fix meta on "Error reading OtherImageStart data in IFD0"
@AlessandroLorenzi AlessandroLorenzi merged commit a9006cb into AlessandroLorenzi:main Sep 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants