Operating System - HP-UX
1748170 Members
4100 Online
108758 Solutions
New Discussion

Re: Root date not synchronized with user date

 
Aashique
Honored Contributor

Re: Root date not synchronized with user date

Hi Naqiud,
It seems that your user not getting the TimeZone variable.

#more /etc/TIMEZONE

TZ=GMT-6
export TZ

Make correct the GMT value here and then add this timezone to your user .profile.

Thanks & Regards

Aashique
Dennis Handly
Acclaimed Contributor

Re: Root date not synchronized with user date

>Aashique: TZ=GMT-6

Note it is never a good idea to set your timezone to GMT with anything other than 0.
Otherwise you will get a -6 offset but all of the timestamps will say GMT and it will be confusing.