common: Add the time module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Thu, 2 Jan 2020 12:28:59 +0000 (13:28 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 6 Jan 2020 09:45:34 +0000 (10:45 +0100)
commit5ce31f22fe4ea2e7a35d9e4ea6cf3cbcd5e8ab2a
tree8dde5b526d12a4d43c2b831d1bb6e5ab21ae0b3b
parent90f4245565f6239454f69e2e9211dd0e76d83273
common: Add the time module.

This currently only contains the equivalent of gmtime(), which was
adapted from Rich Felker's musl.
SConscript.libcommon
src/common/lib.rs
src/common/time.rs [new file with mode: 0644]