Merge pull request #715 from JamesReynolds/master

Closes gabime/spdlog#74
pull/718/merge
Gabi Melman 7 years ago committed by GitHub
commit 1fcc896486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
{

Loading…
Cancel
Save