diff options
Diffstat (limited to 'config/tm-gmtoff.c')
-rw-r--r-- | config/tm-gmtoff.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/tm-gmtoff.c b/config/tm-gmtoff.c deleted file mode 100644 index 543df48..0000000 --- a/config/tm-gmtoff.c +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright © Tavian Barnes <tavianator@tavianator.com> -// SPDX-License-Identifier: 0BSD - -#include <time.h> - -int main(void) { - struct tm tm = {0}; - return tm.tm_gmtoff; -} |