Index: openacs-4/packages/acs-lang/tcl/test/acs-lang-localization-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/test/acs-lang-localization-procs.tcl,v diff -u -r1.4.2.13 -r1.4.2.14 --- openacs-4/packages/acs-lang/tcl/test/acs-lang-localization-procs.tcl 21 Mar 2023 13:31:27 -0000 1.4.2.13 +++ openacs-4/packages/acs-lang/tcl/test/acs-lang-localization-procs.tcl 30 Jan 2024 14:19:26 -0000 1.4.2.14 @@ -104,6 +104,12 @@ set time [lc_time_tz_convert -from Europe/Vienna -to America/New_York -time_value "2021-02-18 15:04:59"] aa_equals "lc_time_tz_convert from and to Europe/Vienna" $time "2021-02-18 09:04:59" + set time [lc_time_tz_convert -from Europe/Vienna -to Europe/Vienna -time_value "2021-02-18 15:04"] + aa_equals "lc_time_tz_convert from and to Europe/Vienna (short time format)" $time "2021-02-18 15:04:00" + + set time [lc_time_tz_convert -from Europe/Vienna -to America/New_York -time_value "2021-02-18 15:04"] + aa_equals "lc_time_tz_convert from and to Europe/Vienna (short time format)" $time "2021-02-18 09:04:00" + # # There is no easy way to change the conn::timezone. So set the # system timezone to the lang::conn::timezone to get a