We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce90060 commit c4008e4Copy full SHA for c4008e4
mexport.c
@@ -68,7 +68,7 @@ export(char *file)
68
char *line = 0;
69
size_t linelen = 0;
70
71
- printf("From %s %s", from, ctime(&date));
+ printf("From %s %s", from, asctime(gmtime(&date)));
72
73
int in_header = 1;
74
int final_nl = 0;
0 commit comments