summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-09-01 23:08:58 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2020-09-01 23:08:58 +0200
commite9cd41467e5598d5c61bd04bf52d96ccd75472ca (patch)
tree6e961f7d7f92d0aedc2cc25b0ee8d0a2c869d49f /sys/src
parent20d8cd0d63ee265870629243a31a60622ffafd99 (diff)
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.
Diffstat (limited to 'sys/src')
-rw-r--r--sys/src/cmd/upas/common/folder.c2
1 files changed, 1 insertions, 1 deletions
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,