I receive a date as a string of 18 numbers such (Example: "636664860000000000") from an API that uses .NET.
Based on my research, it is a windows SYSTEMTIME format value that needs to be converted to FILETIME then UTC. I am unable to find a way to do this other than through the back end itself.
Is there a way to convert this number to a UTC time stamp with JavaScript?