antoniop
committed
on 26 Jan 23
Introduce a thorough test of the lc_time_tz_convert api checking:

- dates in the distant past
- dates in the distant future
- daylight s… Show more
Introduce a thorough test of the lc_time_tz_convert api checking:

- dates in the distant past

- dates in the distant future

- daylight saving for different times of the year across the two timezones

- historical circumstances (e.g. Pre-timezones US)

- Invalid input

The test shows that the current api does not behave consistently in certain circumstances:

- the same time_value is sometimes returned with invalid input

- the empty string is sometimes returned with valid input

- for dates where the ref-timezones package does not provide information, no result is returned

Show less

openacs-4/.../theme-zen/www/index.tcl (+4 -0)
  1 ad_page_contract {
  2     Index page
  3 }
  4
1 5 ns_returnredirect accessibility
2 6
3 7 # Local variables:
4 8 #    mode: tcl
5 9 #    tcl-indent-level: 4
6 10 #    indent-tabs-mode: nil
7 11 # End: