fusionpbx/app/time_conditions
jacobbuscher-bt 719912f453
Fix time conditions using 'minute-of-day' switching 1 minute early (#6784)
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)
2023-08-08 14:24:14 -06:00
..
resources/classes Time Conditions [Class]: Updates for PHP 8.1 2023-05-24 00:28:10 +00:00
app_config.php Added show all button (#6249) 2022-01-20 15:54:42 -07:00
app_defaults.php Update app_defaults.php 2017-01-13 00:18:36 -07:00
app_languages.php Update translations (#6688) 2023-05-12 15:14:59 -06:00
app_menu.php Add missing translations (#6673) 2023-05-09 11:39:02 -06:00
time_condition_edit.php Fix time conditions using 'minute-of-day' switching 1 minute early (#6784) 2023-08-08 14:24:14 -06:00
time_conditions.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00