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.
This commit is contained in:
parent
20d8cd0d63
commit
e9cd41467e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue