Skip to content

Commit c4008e4

Browse files
mexport: use UTC timestamp in the postmark line
1 parent ce90060 commit c4008e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mexport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export(char *file)
6868
char *line = 0;
6969
size_t linelen = 0;
7070

71-
printf("From %s %s", from, ctime(&date));
71+
printf("From %s %s", from, asctime(gmtime(&date)));
7272

7373
int in_header = 1;
7474
int final_nl = 0;

0 commit comments

Comments
 (0)