original | 変換したい日付・時刻が保存されているstruct tm型構造体。 A struct tm-type structure that posesses the date and time to be converted. |
sec_decimal | 変換したい日付・時刻の秒の小数部。
struct tm型構造体では秒を整数でしか扱えないので
小数部を別途、この変数で与える。 The decimal part of the second of the date and time to be converted. This quantity is given separately because a struct tm-type structure expresses the second as an integer. |