You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intmon = getIntValue(getCastIntNode().execute(date[1]), 0, 12, "month out of range");
@@ -312,7 +312,8 @@ public int[] checkStructtime(PTuple time) {
312
312
inthour = getIntValue(getCastIntNode().execute(date[3]), 0, 23, "hour out of range");
313
313
intmin = getIntValue(getCastIntNode().execute(date[4]), 0, 59, "minute out of range");
314
314
intsec = getIntValue(getCastIntNode().execute(date[5]), 0, 61, "seconds out of range");
315
-
intwday = getIntValue(getCastIntNode().execute(date[6]), -1, Integer.MAX_VALUE, "1 when daylight savings time is in effect, and 0 when it is not. A value of -1 indicates that this is not known");
0 commit comments