Ok, another example:
Calendar.ISO.dwim_time("2001-07-01 01:01:01");
(1) Result: Second(Sun 1 Jul 2001 1:01:01 CEST)
_->set_timezone("MEST");
No timezone "MEST" /usr/local/pike/7.5.9/lib/modules/Calendar.pmod/Ruleset.pike:38: Calendar.Ruleset()->set_timezone(0) /usr/local/pike/7.5.9/lib/modules/Calendar.pmod/TimeRanges.pmod:912: Second(Sun 1 Jul 2001 1:01:01 CEST)->set_timezone("MEST")
/ Martin Nilsson (saturator)
Previous text:
2003-10-15 21:25: Subject: Timezones
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