Change time format (add 0 at the beginning)

Add this code to the Custom CSS field on the Style tab of your Business Hours widget’s settings:

[class^='schedule-work-hours__Container-sc'] > div:first-child:before {
  content: '0';
}