Expand description
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§
- MsDos
Date Time - Struct representing the date and time part of an MsDos datetime
Traits§
- TmMs
DosExt - Trait to convert a time representation to and from a MsDosDateTime