Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix New Scheduler add hour Javascipt logic #630

Merged
merged 5 commits into from
Jan 5, 2024

Conversation

msalemcode
Copy link
Contributor

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

@santhoshb-msft santhoshb-msft linked an issue Jan 5, 2024 that may be closed by this pull request
Copy link
Contributor

@santhoshb-msft santhoshb-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested. looks good

@santhoshb-msft santhoshb-msft merged commit fc6ff92 into Azure:main Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schdeuler starttime control showing no time at 9
2 participants