site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Is there an equivalent method for getting the current wall clock date and time akin to gettimeofday() from the kernel or IOKit? -- Terry _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On Oct 23, 2008, at 1:08 PM, Duane Murphy wrote: There are time calls, but they are generally in GMT, since unlike gettimeofday(), there's no concept of time zone in the kernel itself. Most of these calls are pretty expensive. If you are wanting this data for logging purposes, you should log to a user space program that attaches the timestamps there. This email sent to site_archiver@lists.apple.com