The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-11-2009
hari_anj hari_anj is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 6
You can change the time zone value to same in both servers with the help of environment variable TZ.

Eg:
TZ=Asia/Calcutta
export TZ

Execute your compare commands after setting same time zone in both servers.

Note: This change will not reflect another sessions.