interresting. in that light it may also be interresting that the following:
int year=1981; int month=6; int day=16; object date; date = Calendar.Year(year)->month(month)->day(day);
(29) Result: Day(Tue 16 Jun 1981)
does not trigger this bug.
greetings, martin.