joakim Posted July 5, 2011 Posted July 5, 2011 Anybody know of an already existing autoit solution for converting 64 bit filetime values into human undarstandable timestamps? Ie, how to convert the value 129543370140000000 (0x01CC3B0240339F00 - big endian sample) into 05 juli 2011 10:56:54 UTC. Basically the equivalent of; _Date_Time_FileTimeToStr() But this one is reading the stamp off an actual file on disk..
water Posted July 5, 2011 Posted July 5, 2011 How do you retrieve the 64 bit filetime values? What function do you use? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
water Posted July 5, 2011 Posted July 5, 2011 The UDF written by Ascend4nt has a function _FileFindExTimeConvert that seems to do what you want. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
JohnOne Posted July 5, 2011 Posted July 5, 2011 I have seen this somewhere, but cannot recall where, so please dont take this answer as the correct one.I (think) the solution was to get the high and low word/dword values of the expression AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
joakim Posted July 5, 2011 Author Posted July 5, 2011 It can be retrieved by dllcall and NtQueryInformationFile(FileBasicInformation), but I was wondering about a sort of converter tool to manually convert values.
joakim Posted July 5, 2011 Author Posted July 5, 2011 The UDF written by Ascend4nt has a function _FileFindExTimeConvert that seems to do what you want.Thanks, I will look into it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now