Even for me, and I wrote this thing.
For example, when calling the set API function to set the time, setting to 6pm requires passing {hour: 12} instead of {hour: 18} and that's weird. I need to change the public API to deal with hours in standard 24-hour times, regardless of what I need internally for setting the Global Progress Clocks.
Even for me, and I wrote this thing. For example, when calling the
set
API function to set the time, setting to 6pm requires passing{hour: 12}
instead of{hour: 18}
and that's weird. I need to change the public API to deal with hours in standard 24-hour times, regardless of what I need internally for setting the Global Progress Clocks.