Not sure if this is a good idea or not

I timestamp output files with a parameter which defaults to now

I’m adding a bunch of functionality and I want to keep an eye on timings so I’m doing this:

Get-Stuff -timestamp $(get-date -year 1999 -Minute 0 -format “yyyyMMddHHmm”)