Training
×

System time - Structures

INtime supports all time and date functions including timezones etc. provided by C and C++. These C/C++ date and time functions are not discussed in this training.
 
The system epoch in INtime starts January 1, 1978, while the system epoch in Windows starts January 1, 1601. Be aware of that difference when you compare times between Windows and Intime.
As an example, a file created by INtime for Windows will reside in Windows‘ filesystem and thus FILETIME of this file is a value that started January 1, 1601. If you now printf INtime’s TIMEVALUE to this file, TIMEVALUE is expressed as having started January 1, 1978.