Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/boris/core_ext/time.rb
Class Method Summary collapse
Class Method Details
.filetime_to_time(filetime) ⇒ Object
2 3 4 |
# File 'lib/boris/core_ext/time.rb', line 2 def self.filetime_to_time(filetime) Time.at((filetime - 116444556000000000) / 10000000) end |