DST 386 ext/date/date_parse.c dl = RSTRING_LEN(str) - (sizeof DST - 1);
DST 392 ext/date/date_parse.c else if (dl >= 0 && strcmp(ds, DST) == 0) {
DST 403 ext/date/date_parse.c dl = RSTRING_LEN(str) - (sizeof DST - 1);
DST 406 ext/date/date_parse.c if (dl >= 0 && strcmp(ds, DST) == 0) {