Fix timezone relative link on happening_now

This commit is contained in:
Michael Ball 2020-07-31 11:25:52 -07:00
parent 0b0518d67d
commit 7549d2793c

View file

@ -22,7 +22,7 @@
#{pluralize(@events_schedules.count, 'Event')} Occurring Within The Next 30 minutes.
%h3
This page was loaded at
= inyourtz(Time.now, @conference.timezone) do
= inyourtz(Time.now) do
#{Time.now.strftime('%a %b %d at %I:%M %P (%z)')}
%p
P.S. This page is in beta, and if it doesn't make sense, we're sorry.