Fix time conditions using 'minute-of-day' switching 1 minute early. We are augmenting the value saved based on what select option is selected. 12:00 AM - 11:59 PM will now serialize as 1-1439 as expected 11:59 PM - 11:59 PM will now serialize as 1440-1439 which is unexpected behavior due to freeswitch's 'wrap around' behavior but acceptable. Additional information minute-of-day 1-1440 minute of the day (midnight = 1, 1am = 60, noon = 720, etc) |
||
|---|---|---|
| .. | ||
| resources/classes | ||
| app_config.php | ||
| app_defaults.php | ||
| app_languages.php | ||
| app_menu.php | ||
| time_condition_edit.php | ||
| time_conditions.php | ||