summary-timing problem

Thushara Wickramasinghe (thush@lanka.com)
Thu, 12 Feb 1998 10:36:23 +0530

summary of a timing problem.
date
AND
telnet localhost daytime

gave me two different times. (t and t+12 respectively)
Actual time is the time given by date command.
Cron take time from daytime port.

Solution :
check /etc/TIMEZONE (link) or
/etc/default/init (actual file)

it was TZ=GMT+6
So, I make it TZ=GMT-6 and now problem solved.

Thushara Wickramasinghe
thush@lanka.com