git: 9front

Download patch

ref: 06c48be011401f18d9987323def33d82dbf1ff6e
parent: 018ed6a5f06bcef65af092d28ac812cdad13e58e
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Sep 1 19:08:58 EDT 2020

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.

--- 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,
--