R
2

Got stuck on a weird bug in my Python script for a data sorting tool

I was building a tool to organize my old photos by date and location, but the script kept crashing on files from my 2012 trip to Seattle. The problem was a timezone offset in the EXIF data that my code didn't handle, and fixing it took me almost three full days of testing. Has anyone else run into timezone issues with photo metadata and found a good library to manage it?
2 comments

Log in to join the discussion

Log In
2 Comments
victor80
victor8013d ago
Ugh, timezones have made me question my whole career choice.
6
terry_walker
Timezones, the silent killer of code.
1