diff options
Diffstat (limited to 'src/xtime.c')
-rw-r--r-- | src/xtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtime.c b/src/xtime.c index 153b267..079d42a 100644 --- a/src/xtime.c +++ b/src/xtime.c @@ -236,7 +236,7 @@ int xgetdate(const char *str, struct timespec *result) { if (!*str) { goto end; - } else if (*str == 'T') { + } else if (*str == 'T' || *str == ' ') { ++str; } |