Thread Safe API for TIMEZONE conversion
Is there a thread safe apis in C/C++ for converting t开发者_Python百科ime from one time zone to another ? There are apis like localtime_r etc which reads TZ env variable . Setting the TZ env variable will create problems if you have multiple threads using localtime_r .Any suggestions ?
精彩评论