How to convert Time Zone
-
Hi All, I want to know an API which can convert time in certain time zone to GMT/UTC. Not the API which will use local system time zone to convert to GMT. My input time may be in EST, CST, etc... And I know the time zone of the time object I have, so I need an API which can convert this time to GMT. I came across below API but I'm not sure about how to use it, mainly the first paramater.
SystemTimeToTzSpecificLocalTime
Thanks
Do your Duty and Don't expect the Result
-
Hi All, I want to know an API which can convert time in certain time zone to GMT/UTC. Not the API which will use local system time zone to convert to GMT. My input time may be in EST, CST, etc... And I know the time zone of the time object I have, so I need an API which can convert this time to GMT. I came across below API but I'm not sure about how to use it, mainly the first paramater.
SystemTimeToTzSpecificLocalTime
Thanks
Do your Duty and Don't expect the Result
You probably want this[^] and this[^]. If you need more, choose from the list here[^]. And read the documentation page on the functions you decide to use! :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.