method
local_to_utc
rails latest stable - Class:
ActiveSupport::TimeZone
local_to_utc(time, dst = true)public
Adjust the given time to the simultaneous time in UTC. Returns a Time.utc() instance.
local_to_utc(time, dst = true)Adjust the given time to the simultaneous time in UTC. Returns a Time.utc() instance.