$NetBSD: patch-aa,v 1.5 2008/12/15 19:56:26 drochner Exp $

--- src/eog-exif-util.c.orig	2008-10-20 18:31:54.000000000 +0200
+++ src/eog-exif-util.c
@@ -55,6 +55,7 @@ eog_exif_util_format_date_with_strptime 
 
 	if (p == date + strlen (date)) {
 		/* A strftime-formatted string, to display the date the image was taken.  */
+		mktime(&tm);
 		dlen = strftime (tmp_date, DATE_BUF_SIZE * sizeof(gchar), _("%a, %d %B %Y  %X"), &tm);
 		new_date = g_strndup (tmp_date, dlen);
 	}
