How to convert between timezones with win32 API?

前端 未结 2 865
感动是毒
感动是毒 2021-01-05 19:27

I have date strings such as 2009-02-28 15:40:05 AEDST and want to convert it into SYSTEMTIME structure. So far I have:

SYSTEMTIME st;
FILETIME ft;
S         


        
2条回答
提交回复
热议问题