boostorg / date_time

Boost.org date_time module
http://boost.org/libs/date_time
Boost Software License 1.0
67 stars 95 forks source link

[MSVC]: Use reentrant function in localtime and gmtime. #226

Open mozhangyong opened 1 year ago

mozhangyong commented 1 year ago

[MSVC]: Use reentrant function localtime_s and gmtime_s to guarantee multithreading security.