]> git.pond.sub.org Git - empserver/commit
show: Drop Windows-specific fmttime2822() code
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 27 Jan 2021 07:43:24 +0000 (08:43 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 13 Feb 2021 18:25:18 +0000 (19:25 +0100)
commit598669673e8b08a8bdc763a54da3808f2307cf27
treed1bef491d0ab9704b837be1a0946e8fbf2067b1e
parentb19aa1c13f5336500d351457badc39dd5fa11cfb
show: Drop Windows-specific fmttime2822() code

fmttime2822() works around Windows strftime() lacking %z and %T.  This
is no longer the case, although MinGW still warns about %T.  Replace
%T by the %H:%M:%S, and drop the work-around.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/subs/show.c