Difference between revisions of "Time Epochs"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "Here's some of the time formats that Truxton can handle. =Apple Cocoa Core= [https://www.epochconverter.com/coredata Cocoa Core] is the number of seconds (32-bit value) since...")
 
Line 1: Line 1:
 
Here's some of the time formats that Truxton can handle.
 
Here's some of the time formats that Truxton can handle.
 +
[https://en.wikipedia.org/wiki/Epoch_(computing) Wikipedia] has a better list.
  
 
=Apple Cocoa Core=
 
=Apple Cocoa Core=
 
[https://www.epochconverter.com/coredata Cocoa Core] is the number of seconds (32-bit value) since Jan 1, 2001.
 
[https://www.epochconverter.com/coredata Cocoa Core] is the number of seconds (32-bit value) since Jan 1, 2001.
The 64-bit version is the number of nanoseconds since 2001-01-01.
+
The 64-bit version is the number of nanoseconds since 01 Jan 2001.
 +
 
 +
=Windows FILETIME=
 +
A 64-bit integer containing the number of 100-nanosecond clock ticks since 01 Jan 1601.

Revision as of 10:57, 8 June 2024

Here's some of the time formats that Truxton can handle. Wikipedia has a better list.

Apple Cocoa Core

Cocoa Core is the number of seconds (32-bit value) since Jan 1, 2001. The 64-bit version is the number of nanoseconds since 01 Jan 2001.

Windows FILETIME

A 64-bit integer containing the number of 100-nanosecond clock ticks since 01 Jan 1601.