Since OpenACS timezone data is now newer as in many tcl versions, some time zones might not be a…
Show more
fix regression test to cope with time zoneSince OpenACS timezone data is now newer as in many tcl versions, some time zonesmight not be available in tcl. Therefore, tcl-based conversions with thesetime zones will fail.This change skips these timezones (on my system, 2 cases). But thisis just a part of the fix. The "DB-based conversion" in "lc_time_tz_convert"seems to be broken for these cases as well, otherwise the regressiontest would not have stopped working.
Show less