Issues with Time Zone Conversion in JavaScript (BST to CST)
I’m experiencing an issue with time zone conversion in my JavaScript code. I have manually set my Mac to BST and configured the time zone in my code to recognize this fact. However, when I choose 6:00 AM as the time to schedule a job, it should convert it to 12:00 AM CST. Instead, it appears to convert the time first, set it as local, and then use the local time as the converted time.