Difference between revisions of "Time in GUI is displayed incorrectly"
From Kolmisoft Wiki
Jump to navigationJump to search
m |
m |
||
Line 1: | Line 1: | ||
=Time in MOR GUI= | |||
==ENV['TZ'] variable== | |||
If time in MOR GUI is displayed incorrectly please check /home/mor/config/environment.rb for this variable: | If time in MOR GUI is displayed incorrectly please check /home/mor/config/environment.rb for this variable: | ||
Line 11: | Line 13: | ||
/etc/init.d/httpd restart | /etc/init.d/httpd restart | ||
==System clock== | |||
Check system clock: | |||
date | |||
Check hardware clock: | |||
hwclock |
Revision as of 08:20, 30 October 2010
Time in MOR GUI
ENV['TZ'] variable
If time in MOR GUI is displayed incorrectly please check /home/mor/config/environment.rb for this variable:
ENV['TZ'] = 'GMT'
If it is present - try to comment it out.
If it is not present - try to add it
Remember to restart Apache after this change:
/etc/init.d/httpd restart
System clock
Check system clock:
date
Check hardware clock:
hwclock