View Single Post
  #2 (permalink)  
Old 01-29-2007, 07:45 PM
ReD-MaN ReD-MaN is offline
Moderator
 
Join Date: Apr 2001
Location: Brantford, Ontario, Canada
Posts: 809
Default

One way to test, is by doing these commands from cli:

date --date="Mar 25 15:00:00 UTC 2007"
date --date="Mar 25 15:00:00 UTC 2006"

EXPECTED RESULT FROM ANOTHER LINUX BOX (CentOS4). Notice the one hour difference in time:

[root@monitor2 ~]# date --date="Mar 25 15:00:00 UTC 2007"
Sun Mar 25 11:00:00 EDT 2007
[root@monitor2 ~]# date --date="Mar 25 15:00:00 UTC 2006"
Sat Mar 25 10:00:00 EST 2006


RESULT FROM ASTARO FIREWALL AND ACC:

FW:

gw:/root # date --date="Mar 25 15:00:00 UTC 2007"
Sun Mar 25 10:00:00 EST 2007
gw:/root # date --date="Mar 25 15:00:00 UTC 2006"
Sat Mar 25 10:00:00 EST 2006

ACC:

loginuser@acc:/home/login > date --date="Mar 25 15:00:00 UTC 2007"
Sun Mar 25 10:00:00 EST 2007
loginuser@acc:/home/login > date --date="Mar 25 15:00:00 UTC 2006"
Sat Mar 25 10:00:00 EST 2006

This is something that Astaro had better set to work on.....
__________________
7 x ASG 220, 4 x ASG 120, 2 x 25 IP, Home Unlimited Power User.
Reply With Quote