summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-22 14:04:24 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-22 14:04:24 (EDT)
commitff8010bb6b83ea63dc1023820e9df128ebe9006b (patch)
treedf97f16ed3212614efd12145ac6728a4add64b3d
parentd1061b9b54becd822d8aa81f2d0deca7489a3c0d (diff)
downloadatsign-ff8010bb6b83ea63dc1023820e9df128ebe9006b.zip
atsign-ff8010bb6b83ea63dc1023820e9df128ebe9006b.tar.gz
atsign-ff8010bb6b83ea63dc1023820e9df128ebe9006b.tar.bz2
formats: Remove extra space in some misc formats
-rw-r--r--src/formats.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/formats.h b/src/formats.h
index 1dae905..291d440 100644
--- a/src/formats.h
+++ b/src/formats.h
@@ -229,10 +229,10 @@ static const char *FORMATS_MISC[] = {
" %Y%m%dT%H%M%S ",
" %Y%m%dT%H%M ",
/* 19691231 */
- " %Y%m%d %I%M%S %p ",
- " %Y%m%d %H%M%S ",
- " %Y%m%d %I%M %p ",
- " %Y%m%d %H%M ",
+ " %Y%m%d %I%M%S %p ",
+ " %Y%m%d %H%M%S ",
+ " %Y%m%d %I%M %p ",
+ " %Y%m%d %H%M ",
/* Wed Dec 31 19:00:01 1969 */
" %a %b %d %H:%M:%S %Y ",
};