Command to display the current time and date on your system linux code example
Example 1: show date linux
date +"%d-%m-%y"
Example 2: linux time now command
date
#Sun Feb 7 17:15:03 UTC 2021
date +"%d-%m-%y"
date
#Sun Feb 7 17:15:03 UTC 2021