-2

I am trying to read the log file for the application transition time and the format of the Date/Time is in this format in Windows C++ programming for the app transition exit time "1497322467".

Could someone help me on how to extract the date and time from this type of format on Windows using C++?

user3457694
  • 91
  • 1
  • 6

1 Answers1

-3

This looks like the unix time format. Try date on Linux.

raah
  • 71
  • 2
  • 6