string_to_seconds: Convert time string to seconds after midnight
Description
Converts strings in the "HH:MM:SS" format to seconds after midnight.
Usage
string_to_seconds(string)
Value
The seconds after midnight of a given time string as an integer.
Arguments
- string
A string in "HH:MM:SS" format.