FrancoisSchnell / GPicSync

:earth_americas::globe_with_meridians: GPicSync: inserts location in your pictures metadata from a GPS tracklog.
https://github.com/metadirective/GPicSync
Other
164 stars 43 forks source link

Allow offset in terms of float #14

Closed mlucool closed 6 years ago

mlucool commented 6 years ago

Some time zones are non integer. For example, India is +5:30 while Nepal is +5:45. The allows for timezones to be set at 5.5 and Nepal as 5.75. Although not a clean at 5:30 (the official way to write it), it seems sufficient.

FrancoisSchnell commented 6 years ago

It was already functional from the GUI: self.utcOffset=float(self.utcEntry.GetValue()) but completely forgot from the command line, thanks!