In linux, date can help me to print the current time. If want to print the current time + 1 hour, what option should I give?
date
In Linux shell script to add 1 hour or 60 minutes.
dt=$(date -d '+ 60 minutes' '+%FT%T.000Z')