The way I understand the Calendar Timezone design, that would be a nop (CEST and CET being synonyms for central european time); it's in the step before where the TimeRange gets its offset to the epoch where that something needs fixing.
/ Johan Sundström, Lysator
Previous text:
2003-10-15 21:20: Subject: Timezones
No, as the additional comment shows we just want "CET" to be parsed as CET and "CEST" as CEST. Currently the Timezone-complex refuses to understand DST.
Calendar.ISO.dwim_time("2001-01-01 01:01:01");
(1) Result: Second(Mon 1 Jan 2001 1:01:01 CET)
_->set_timezone("CEST");
No timezone "CEST" /home/nilsson/Pike/7.5/lib/modules/Calendar.pmod/Ruleset.pike:39: Calendar.Ruleset()->set_timezone(0) /home/nilsson/Pike/7.5/lib/modules/Calendar.pmod/TimeRanges.pmod:912: Second(Mon 1 Jan 2001 1:01:01 CET)->set_timezone("CEST")
/ Martin Nilsson (saturator)