I found code to have the year, month and day in the name of the log file. How can I modify it to have year, month, day, hour, and minute in the name of the log file? Here is the code:

Code:
local today : di %tdCY.N.D date("$S_DATE","DMY") 
log using logfilename_`today'.log, replace