summaryrefslogtreecommitdiff
path: root/now.c
blob: 5ce4d904ec638a67e620b5f55a829145b5b66479 (plain)
1
2
3
4
5
6
7
8
#include <time.h>
#include "datetime.h"
#include "now.h"

datetime_sec now()
{
  return time((long *) 0);
}