#include <time.h>

int main()
{
    return (int) timegm((struct tm *)0);
}