diff options
Diffstat (limited to 'libglusterfs/src/common-utils.c')
-rw-r--r-- | libglusterfs/src/common-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index 1318c4d49a6..b1afa082844 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -2470,6 +2470,7 @@ static const char *__gf_timefmts[] = { "%b %d %T", "%F %H%M%S", "%Y-%m-%d-%T", + "%s", }; static const char *__gf_zerotimes[] = { @@ -2478,6 +2479,7 @@ static const char *__gf_zerotimes[] = { "xxx 00 00:00:00", "0000-00-00 000000", "0000-00-00-00:00:00", + "0", }; void |