mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
6 lines
75 B
C
6 lines
75 B
C
#include <time.h>
|
|
|
|
int main()
|
|
{
|
|
return (int) timegm((struct tm *)0);
|
|
}
|