MS-DOS date/time

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Category:Date and time formats)
(highlight that these are bitfields not day counts or 2-second counts like unix epoch dates (did not want to repeat the spec since it is linked))
(One intermediate revision by one user not shown)
Line 4: Line 4:
 
|released=1981
 
|released=1981
 
}}
 
}}
'''MS-DOS date''' and '''MS-DOS time''' are data formats associated with [[MS-DOS]]. They are used in some file formats from the MS-DOS era. Each is a 16-bit integer.
+
'''MS-DOS date''' and '''MS-DOS time''' are data formats associated with [[MS-DOS]]. They are used in some file formats from the MS-DOS era.
 +
 
 +
Each is a 16-bit integer of packed '''bit-fields''', not simple day or second counts since an origin (see spec below for exact bit field descriptions).
  
 
'''MS-DOS date''' represents a day in the range 1980 to 2099 (or maybe 2107, but dates after 2099 aren't always correctly handled).
 
'''MS-DOS date''' represents a day in the range 1980 to 2099 (or maybe 2107, but dates after 2099 aren't always correctly handled).
Line 18: Line 20:
 
* [[ZIP]]
 
* [[ZIP]]
 
* [[LHA]]
 
* [[LHA]]
 +
* [[Cabinet]]
 
* [[CopyQM]]
 
* [[CopyQM]]
  

Revision as of 11:30, 29 November 2020

File Format
Name MS-DOS date/time
Ontology
Released 1981

MS-DOS date and MS-DOS time are data formats associated with MS-DOS. They are used in some file formats from the MS-DOS era.

Each is a 16-bit integer of packed bit-fields, not simple day or second counts since an origin (see spec below for exact bit field descriptions).

MS-DOS date represents a day in the range 1980 to 2099 (or maybe 2107, but dates after 2099 aren't always correctly handled).

MS-DOS time represents a 2-second interval within some day. The time is usually expected to be in "local time", and there is no indication of the time zone. This makes it fairly useless in the internet age.

Specifications

Related formats

Examples of file formats that use MS-DOS date/time:

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox