diff --git a/deep_fixitycheck.pl b/deep_fixitycheck.pl
index 9d0da55824459d6e799138e229f43676fb92368f..fafc5e4840e01c531bcd7bec0aff92c697c32bc7 100644
--- a/deep_fixitycheck.pl
+++ b/deep_fixitycheck.pl
@@ -373,7 +373,7 @@ if (defined $search_dir && -d "$search_dir") {
         }
 
         if ($result->{errors} > 0) {
-          my $timestamp = strftime("%Y-%m-%d %H:%M:%S", gmtime(time));
+          my $timestamp = strftime("%Y-%m-%d %H:%M:%S %z (%Z)", localtime(time));
           path($report_file)->append_utf8("$timestamp, IE $_ with following errors:\n");
           foreach my $errors (@{ $result->{error_description} }) {
             path($report_file)->append_utf8("\t$errors\n");