diff options
Diffstat (limited to 'libglusterfs/src/common-utils.c')
| -rw-r--r-- | libglusterfs/src/common-utils.c | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index bfc2fc6ade3..80d9d294053 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -2300,14 +2300,16 @@ static const char *__gf_timefmts[] = {          "%F %T",          "%Y/%m/%d-%T",          "%b %d %T", -        "%F %H%M%S" +        "%F %H%M%S", +	"%Y-%m-%d-%T",  };  static const char *__gf_zerotimes[] = {          "0000-00-00 00:00:00",          "0000/00/00-00:00:00",          "xxx 00 00:00:00", -        "0000-00-00 000000" +        "0000-00-00 000000", +	"0000-00-00-00:00:00",  };  void  | 
