Commit 41313470 authored by JamesReynolds's avatar JamesReynolds

This closes #74 in gabime/spdlog

Support for AIX. Tested on AIX 6.1 with GCC 6.3.
parent 67a6eaf2
......@@ -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