Unverified Commit 1fcc8964 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #715 from JamesReynolds/master

Closes gabime/spdlog#74
parents 4640c5cb 41313470
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment