From e9cd41467e5598d5c61bd04bf52d96ccd75472ca Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 1 Sep 2020 23:08:58 +0200 Subject: [PATCH] upas: appendfolder() don't be picky about the timezone of ctime() This is temporary fix, we should try to emulate the previous behaviour where we accept at least our local timezone, and otherwise ignore the offset. --- sys/src/cmd/upas/common/folder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/cmd/upas/common/folder.c b/sys/src/cmd/upas/common/folder.c index 5aeddc544..0098ea67f 100644 --- a/sys/src/cmd/upas/common/folder.c +++ b/sys/src/cmd/upas/common/folder.c @@ -1,6 +1,6 @@ #include "common.h" -#define Ctimefmt "WW MMM _D hh:mm:ss ZZZ YYYY" +#define Ctimefmt "WW MMM _D hh:mm:ss ?Z YYYY" enum{ Mbox = 1,