I would like to get current date and time in this format : YYYYMMDDHHMMSS (eg: 20220126155704)
Simplest way to do that I found so far is this :
$translate($zdatetime($horolog,8,1), " :", "")
It works, but it's not that great (I would like to avoid string manipulation) Is there a better, cleaner way ?