GNOME Bugzilla – Bug 164344
EXIF hour off by one (DST)
Last modified: 2005-01-17 19:04:19 UTC
When reading the EXIF date from an image and setting that in the comment dialog the hour is always off by 1 (or rather -1). When the image properties dialog shows e.g. "2005:01:01 10:00" gthumb sets the date in the comment as 2005-01-01 09:00. This is probably related to the isdst field being set to 1 in get_exif_time(), but I'm not sure I fully understand the meaning of this flag anyway, so I don't know whether setting it to 0 or -1 is the proper fix or if it will break other people's setups. This is with gthumb 2.6.2 and various versions of libexif.
fixed now, thank you.