@@ -6,7 +6,7 @@ module Blazer
# use a proc instead of a string
app.config.assets.precompile << proc { |path| path =~ /\Ablazer\/application\.(js|css)\z/ }
- Blazer.time_zone = Time.zone
+ Blazer.time_zone ||= Time.zone
end