I recently needed to use the date and time of an AutoPkg run from within the context of recipe. While AutoPkg itself is aware of the date and time of a run, that information is not accessible to other processors within the recipe. To fill this need, I wrote a new AutoPkg processor: DatetimeOutputter. DatetimeOutputter helps you reference the current date and time as a variable within your AutoPkg recipes. Additionally, it can calculate future and past dates to enhance advanced workflows. Curr...