To determine the difference in seconds between two times, call the time difference function, time_diff():
|
||
|
|
|
|
|
|
|
|
|
This function converts both times to the number of elapsed seconds and finds the difference with the formula:
|