Operating System - HP-UX
1834400 Members
2890 Online
110067 Solutions
New Discussion

Re: system time different from application time

 
kholikt
Super Advisor

system time different from application time

Hi,

I have a very strange problem here. My system time appear is accurate but somehow my coldfusion time is 12 hours different than my system time.

Is there anyway to find out where is coldfusion pick up the timezone from the hpux?
abc
4 REPLIES 4
Mark van Hassel
Respected Contributor

Re: system time different from application time

HI,

I know of one application (Unicenter TNG workload manager) that uses the kernel parameter 'timezone' which is in minutes west of Greenwich and is by default 420. You could check if that amounts to your 12 hrs difference.
The surest sign that life exists elsewhere in the universe is that none of it has tried to contact us
Shahul
Esteemed Contributor

Re: system time different from application time

Hi

I think this is some thing to do with ur application software. Nothing to do with HPUX.

Shahul
Laurent Paumier
Trusted Contributor

Re: system time different from application time

Check if the scripts you use to launch the application set the TZ environment variable.
Angus Crome
Honored Contributor

Re: system time different from application time

Also check your local /etc/profile and $HOME/.profile to make sure that TZ is not being set there and making it appear that time is correct. Strange as it may sound, I have found several Unix machines at some Universities do this so the base time of the system is always Greenwich time. I don't know why. Anyway, you should also check the config scripts for any other shells that you might use cshrc, tcshrc, etc....
There are 10 types of people in the world, those who understand binary and those who don't - Author Unknown