From d031cf5f00de4bf6b33396f1a448833a6de33c5f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 13 Apr 2020 12:43:56 -0400 Subject: Use UTC date everywhere I thought I could preserve the original time zone but it turns out that libc is just too shit to do that. --- archive.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'archive.h') diff --git a/archive.h b/archive.h index 6342236..0dac623 100644 --- a/archive.h +++ b/archive.h @@ -40,8 +40,7 @@ struct AddressList { }; struct Envelope { - time_t utc; - struct tm date; + time_t date; char *subject; struct Address from, sender, replyTo; struct AddressList to, cc, bcc; -- cgit 1.4.1