We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b935f commit c0b5405Copy full SHA for c0b5405
src/Date.cpp
@@ -1347,7 +1347,7 @@ struct tzhead {
1347
idays -= ip[tmp->tm_mon];
1348
tmp->tm_mday = (int) (idays + 1);
1349
tmp->tm_isdst = 0;
1350
-#if ! (defined(__MINGW32__) || defined(__MINGW64__) || defined(__SUNPRO_CC))
+#if ! (defined(__MINGW32__) || defined(__MINGW64__) || defined(__sun) || defined(sun))
1351
//#ifdef HAVE_TM_GMTOFF
1352
tmp->tm_gmtoff = offset;
1353
#endif
0 commit comments