Adjust the given time to the simultaneous time in UTC. Returns a Time.utc() instance.
# File active_support/values/time_zone.rb, line 210 def local_to_utc(time, dst=true) tzinfo.local_to_utc(time, dst) end
<code/>
<pre/>
<code/>and<pre/>for code samples.