I frequently use the date command with the --date option on linux servers like
date --date="3min"
However the -d/--date option don't seems available on AIX server : https://www.ibm.com/support/knowledgecenter/ssw_aix_61/com.ibm.aix.cmds2/date.htm
Is it possible, and how can we get the same result as the following command:
date --utc --date "now $TIMEDELTA" +"%Y%m%d-%H")`
in an AIX environment ?
I don't have, and can't have, any root access to the server.