struct humanTime型構造体を実数値(指定した基準日時からの経過秒数)に変換する。
Convert a struct humanTime-type structure
to a real number that represents the elapsed time (sec)
from a reference time specified by the user.
引数standardが表す日付・時刻から
引数want_to_knowが表す日付・時刻までの経過秒数。
standardよりもwant_to_knowの方が後の日時の場合に正の値となる。
The elapsed time (s)
from the date and time given by argument standard
to that given by argument want_to_know;
positive if want_to_know is later than standard.