Windows SYSTEMTIME
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo |formattype=electronic |subcat=Elements of File Formats |kaitai struct=windows_systemtime }} '''Windows SYSTEMTIME''' is a date/time format associated with Micros...") | 
Latest revision as of 13:31, 26 August 2017
Windows SYSTEMTIME is a date/time format associated with Microsoft Windows.
The stored time has 1-millisecond precision. It may be in universal time, or local time, depending on context. The year is a 16-bit integer, which the specification restricts to the years 1601 through 30827, no doubt to make it more compatible with Windows FILETIME.

