|
It looks like stat() returns time_t structs (4 byte integer). Here is an example in C: char timestamp[20]; time_t temp = time(NULL); strftime(timestamp,19,"%m/%d/%Y %I:%M %p",localtime(&temp)); Don't know MI, but hope you can use this. Elvis -----Original Message----- Subject: [MI400] what is "date/timestamp" in stat() API How do you convert a Unix-style 4-byte integer date/timestamp from the stat () API output buffer into a readable "MM/DD/YYY HH:MM PM" form ?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.