]> git.ipfire.org Git - thirdparty/systemd.git/commit
util: drop "," between week day and date when formatting timestamps
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Nov 2012 15:24:59 +0000 (16:24 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Nov 2012 15:26:28 +0000 (16:26 +0100)
commit525716e2f9de779cba3e92d9135b2de64e937aa8
treeadd05f026be906e7720fc8243ad80deff855ae46
parent01d183ddae6fb3445c4519cf1d90c6575f17292e
util: drop "," between week day and date when formatting timestamps

The glibc default (as shown by the command line tool "date") doesn't put a comma there,
and so we shouldn't either.
src/shared/util.c