The following code breaks in 7.7, claiming that the timezone name gotten from Calendar.TZnames.zones doesn't exist:
int main() { foreach (Calendar.TZnames.zones; string r1; array(string) r2s) foreach (r2s, string r2) { werror (r1 + "/" + r2 + "\n"); Calendar.ISO.Second()->set_timezone (r1 + "/" + r2); } }
That's a bug, right?