summaryrefslogtreecommitdiff
path: root/test.cc
blob: 87900a0317fa83952550bf0464df9242d3b4ac70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "def.h"


int main()
{
   char ct[sizeHHMM+TB];
   long theTime = DT::lNow();

   printf("lNow = '%s'; daylight  %d; timezone %ld hours\n", DT::int2Hhmm(theTime, ct), daylight, timezone/tfSecondsPerHour);

   return 0;
}