Answers for "shell time passed between dates"

1

datetime calculation in shell

date --date "07/01/2021 +1 hours" +'%d/%m/%Y %H:%M:%S'
Posted by: Guest on July-27-2021
1

datetime calculation in shell

$ date --date 'last Monday'
Mon Sep 10 00:00:00 MST 2018
$ date --date 'next Monday'
Mon Sep 17 00:00:00 MST 2018
Posted by: Guest on July-27-2021

Code answers related to "shell time passed between dates"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language