Merge pull request #715 from JamesReynolds/master

Closes gabime/spdlog#74
This commit is contained in:
Gabi Melman
2018-05-30 15:25:40 +03:00
committed by GitHub

View File

@@ -282,7 +282,7 @@ inline int utc_minutes_offset(const std::tm &tm = details::os::localtime())
return offset;
#else
#if defined(sun) || defined(__sun)
#if defined(sun) || defined(__sun) || defined(_AIX)
// 'tm_gmtoff' field is BSD extension and it's missing on SunOS/Solaris
struct helper
{