Silly question - and not such an important one - but I thought I was doing right only to realize I wasn't.
So, how can I do something equivalent to the following?
let buildTime = static now()
This leads to:
Error: cannot 'importc' variable at compile time; gettimeofday
As I can see, this is more than a little issue: https://stackoverflow.com/questions/1442116/how-to-get-the-date-and-time-values-in-a-c-program
In my case, I don't even need the whole time - just the date. Let's see...