mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
f7130468d2
[dgit import orig notmuch_0.28.2.orig.tar.gz]
6 lines
75 B
C
6 lines
75 B
C
#include <time.h>
|
|
|
|
int main()
|
|
{
|
|
return (int) timegm((struct tm *)0);
|
|
}
|