Author: Ludovic Rousseau <rousseau@debian.org>
Description: use localtime instead of gmtime
Bug-Debian: http://bugs.debian.org/431432

--- bins-1.1.29.orig/bins
+++ bins-1.1.29/bins
@@ -547,7 +547,7 @@
          "date" =>
          { Name => _("Date"),
            EXIF => "DateTimeOriginal",
-           Transform => '$_ = local2html(strftime $configHash->{dateString}, gmtime str2time "$_") if str2time "$_"',
+           Transform => '$_ = local2html(strftime $configHash->{dateString}, localtime str2time "$_") if str2time "$_"',
            # Alternatively, you could use regex substitution:
            # English version is yyyy:mm:dd hh:mm:ss to yyyy/mm/dd hh:mm:ss :
            # Transform => 's%^(\\d+):(\\d+):(\\d+) (.*)$%\$1/\$2/\$3 \$4%',
