While attempting to change Unix timestamps into a more understandable format, I used Date.UTC(2017,09,23);
. When running this code, it returned 1508716800000
. However, upon verifying on the website , the displayed result showed October 23, 2017 instead of September 23, 2017. Could there be an error in my code or is it missing something?