Forums » Development »
Added by jim p over 9 years ago
Hi
I have changed redmine code and replaced Gregorian calendar with Japanese calendar. everything is OK and my issues start and end date are shown in Japanese calendar. but my issues Updated times are still in Gregorian calendar. How can i find update time calculation in redmine code?
Thanks in advance
Hi,
Please run the command
RAILS_ENV=production bundle exec rake redmine:load_default_data
restart service it should work
Regards
John