Hi,
Welcome to Microsoft Q&A!
According to the Doc: TimeStamp
TimeStamp data type is the same as that of the FILETIME structure.
To convert a FILETIME structure into a time that is easy to display to a user, use the FileTimeToSystemTime function.
You could try to use FileTimeToSystemTime function to convert a file time to system time format. System time is based on Coordinated Universal Time (UTC).
Best Regards,
Jeanine
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.