I want to identify the working hours between the below two different dates in bash?
date1="2020-04-17 20:09:42"
date2="2020-04-28 20:40:10"
difference= <should be in hours>
I want to identify the working hours between the below two different dates in bash?
date1="2020-04-17 20:09:42"
date2="2020-04-28 20:40:10"
difference= <should be in hours>