about summary refs log tree commit diff
path: root/mexport.c
diff options
context:
space:
mode:
Diffstat (limited to 'mexport.c')
-rw-r--r--mexport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mexport.c b/mexport.c
index 20ad2e1..458f943 100644
--- a/mexport.c
+++ b/mexport.c
@@ -68,7 +68,7 @@ export(char *file)
 	char *line = 0;
 	size_t linelen = 0;
 
-	printf("From %s %s", from, ctime(&date));
+	printf("From %s %s", from, asctime(gmtime(&date)));
 
 	int in_header = 1;
 	int final_nl = 0;