Bosma / Scheduler

Modern C++ Scheduling Library
MIT License
272 stars 74 forks source link

Windows std::localtime unsafe #26

Closed micheleselea closed 1 year ago

micheleselea commented 2 years ago

on Windows std::localtime can return null, it's better to use localtime_s, unfortunately is not std standard