Can anyone explain why I am seeing "invalid date" in Safari, but it works fine in other browsers?
moment('01/01/2023 11:44:00.000 AM').tz(time_zone, true).format('hh:mm:ss:SS A z')
chrome
https://i.sstatic.net/PeFBp.png
safari
https://i.sstatic.net/5bboZ.png
I have attempted something like
.replace(/ /g,"T")
but so far, no success. Any suggestions on what to try next?