Hi GuysMy date manip donot work with me explicitly adding the $ENV{OS} = "Windows_NT";$ENV{TZ} ="PST";but the the problem is that as soon as i add $ENV{OS} = "Windows_NT";$ENV{TZ} ="PST";use Date::Manip;to use my $flag = Date_Cmp($deploydate." ".$deploytime,scalar localtime(time())); fuction it works, but setting timeout values in dummy task goes haywirei set the timeout to "050820071200" and it takes it at "050820070500" I know there is some GMT issue but i can't figure outPlease help.ThanksTanuj
use Date::Manip;&Date_Init('TZ=PST');