Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
193 stars 289 forks source link

Fix New Scheduler add hour Javascipt logic #630

Closed msalemcode closed 9 months ago

msalemcode commented 9 months ago

Current JS logic will pad leading zero then add hour in same time. The logic will break in case of hour=9

The new logic will add the hour first then go through the logic of leading zero