Add time and version last build on footer with environment variables

I would like to add the time and version of last build on the footer.
There are environment variable that i can use? Or how can i do it?
Thank you

Alberto

1 Like

Hi @alby, there are some default environment variables available during build-time. You could use one of those as a version. For time, if you are using bash, you can use the ‘date’ command to obtain the time. Hope that helps.

1 Like