Class: DateTime
- Inherits:
-
Object
- Object
- DateTime
- Defined in:
- lib/thin_out_backups/time_fixes.rb
Instance Method Summary collapse
Instance Method Details
#to_time ⇒ Object
102 103 104 |
# File 'lib/thin_out_backups/time_fixes.rb', line 102 def to_time Time.mktime(year, month, day, hour, min, sec) end |