# File lib/rufus/sc/rtime.rb, line 191
  def Rufus.to_local_time (dtime)

    to_ttime(dtime.new_offset(DateTime.now.offset-offset), :local)
  end