mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
glog bench
This commit is contained in:
@@ -130,7 +130,7 @@ inline int fopen_s(FILE** fp, const std::string& filename, const char* mode)
|
||||
}
|
||||
|
||||
//Return utc offset in minutes or -1 on failure
|
||||
inline int utc_minutes_offset(const std::tm& tm = localtime())
|
||||
inline int utc_minutes_offset(const std::tm& tm = details::os::localtime())
|
||||
{
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user