mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
8 lines
95 B
C
8 lines
95 B
C
|
#include <time.h>
|
||
|
#include "compat.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return (int) timegm((struct tm *)0);
|
||
|
}
|