method
utc?
utc?()
public
Hide source
# File activesupport/lib/active_support/time_with_zone.rb, line 78 def utc? time_zone.name == 'UTC' end