Created
December 23, 2015 02:16
-
-
Save bewitchingme/473ae113eabdabfce3d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def set_user_tz | |
if member_signed_in? | |
Time.zone = ActiveSupport::TimeZone.new(current_member.time_zone) | |
else | |
Time.zone = ActiveSupport::TimeZone.new('UTC') | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment