Feature #17845 » ruby-date-mingw32-ucrt-timezone.patch
ext/date/date_core.c | ||
---|---|---|
s = 59;
|
||
#ifdef HAVE_STRUCT_TM_TM_GMTOFF
|
||
of = tm.tm_gmtoff;
|
||
#elif defined(HAVE_TIMEZONE)
|
||
#elif defined(HAVE_TIMEZONE) && !(defined __MINGW32__ && defined _UCRT)
|
||
#ifdef HAVE_ALTZONE
|
||
of = (long)-((tm.tm_isdst > 0) ? altzone : timezone);
|
||
#else
|
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »