Method: ActiveSupport::TimeWithZone#hash

Defined in:
lib/active_support/time_with_zone.rb

#hashObject



289
290
291
# File 'lib/active_support/time_with_zone.rb', line 289

def hash
  utc.hash
end