We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996edeb commit bd93e50Copy full SHA for bd93e50
1 file changed
src/relative_time.cc
@@ -1135,6 +1135,7 @@ relative_time::to_microseconds() const
1135
etm.et_tm.tm_mday = 1;
1136
}
1137
etm.et_tm.tm_yday = -1;
1138
+ etm.et_tm.tm_hour = this->rt_field[RTF_HOURS].value;
1139
etm.et_tm.tm_min = this->rt_field[RTF_MINUTES].value;
1140
etm.et_tm.tm_sec = this->rt_field[RTF_SECONDS].value;
1141
0 commit comments