You have a date/time. You know it's from timezone xyz. How do you convert it to UTC?
JS doesn't have option to set timezone. Except toLocaleString
which takes local timezone on system and converts it to provided one.
You have a date/time. You know it's from timezone xyz. How do you convert it to UTC?
JS doesn't have option to set timezone. Except toLocaleString
which takes local timezone on system and converts it to provided one.