Method: Time#to_binary_dos_time
- Defined in:
- lib/zip/stdrubyext.rb
#to_binary_dos_time ⇒ Object
68 69 70 71 72 |
# File 'lib/zip/stdrubyext.rb', line 68 def to_binary_dos_time (sec/2) + (min << 5) + (hour << 11) end |
68 69 70 71 72 |
# File 'lib/zip/stdrubyext.rb', line 68 def to_binary_dos_time (sec/2) + (min << 5) + (hour << 11) end |