Hour Range Extension
On line 177:
if int(hour_range[1]) >= 28 or int(hour_range[3]) > 29:
hour limits should be 30 in order to extend the hour range to "00:00~29:59".
On line 177:
if int(hour_range[1]) >= 28 or int(hour_range[3]) > 29:
hour limits should be 30 in order to extend the hour range to "00:00~29:59".