Topic: Storing a build timestamp
A general RIDE question:
Is there a means whereby a timestamp (i.e., the current date and time) can be extracted during the RIDE build process and stored in a variable such that it can be displayed on a console when the code first begins to execute?
Note that the question is NOT about "how to display the build date/time on a console", but rather how to read the date/time (from Windows) when the build is started, and save it in a location where it can be read by the software when it executes.
The idea is to be able to display the date/time of the build of the current code for the pupose of configuration management.
Of course, the date/time could be manually coded whenever a build is performed; but I was hoping there might be a means whereby the process could be automated.
Thanks for your help.
--Brian