[−][src]Crate msdos_time
This crate converts a Tm
struct to an MsDosDateTime
and vice-versa
MsDosDateTime is based on a FAT datetime and is a compact representation of a date. It is currently mostly used in zip files.
Structs
MsDosDateTime | Struct representing the date and time part of an MsDos datetime |
Traits
TmMsDosExt | Trait to convert a time representation to and from a MsDosDateTime |