Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/time_extentions.rb

Instance Method Summary collapse

Instance Method Details

#to_gm_timeObject



18
19
20
# File 'lib/time_extentions.rb', line 18

def to_gm_time
  to_time(new_offset, :gm)
end

#to_local_timeObject



22
23
24
# File 'lib/time_extentions.rb', line 22

def to_local_time
  to_time(new_offset(DateTime.now.offset-offset), :local)
end