Time in GUI is displayed incorrectly

From Kolmisoft Wiki
Revision as of 08:15, 30 October 2010 by Admin (talk | contribs)
Jump to navigationJump to search

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