Is it possible by using iw-perl's CLT?
scalar localtime;
Date::Format
What are you actually trying to do?If you're talking about inserting the current date and/or time into the output of a TPL when creating the output - sure, you could use something like scalar localtime; or play around with Date::Format to format the results in whatever way you want.If you're talking about something else - please elaborate.