// Copyright © Tavian Barnes // SPDX-License-Identifier: 0BSD #include int main(void) { struct tm tm = {0}; return (int)timegm(&tm); }