Searched refs:thiszone (Results 1 – 5 of 5) sorted by relevance
148 static time_t thiszone; variable177 thiszone = gmt2local(0); in main()1019 s = (tp.tv_sec + thiszone) % 86400; in printdate()
134 static int32_t thiszone; /* time difference with gmt */ variable210 thiszone = gmt2local(0L); in main()973 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
627 struct timezone thiszone; local632 gettimeofday (&thistime, &thiszone);
106 hdr.thiszone = 0;
82 int thiszone; variable