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
According this source you can just do:
date --date='1 hour'