Show event time in conference timezone

Added an application helper method `time_with_timezone` to return time with the conference timezone which solves the issue of wrong timezone in `scheule.xml` and `admin/events#show`.

Fixes #1188
This commit is contained in:
gotens1211 2017-03-20 19:11:03 +05:30
parent 6ea0752ef7
commit 73a6e06fd3
3 changed files with 7 additions and 2 deletions

View file

@ -117,7 +117,7 @@
%td
%b Scheduled time
%td
= @event.time
= time_with_timezone(@event.time)
%tr
%td
%b Submitter