Test output for rfc3339 [ok]
Testing time: 0s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null -- testing rfc3339->seconds -------------------------------------------------- 1970-01-01T00:00:00-00:00 ............................................ [ PASS] 1969-12-31T20:40:00-03:20 ............................................ [ PASS] 1970-01-01T03:01:00+03:00 ............................................ [ PASS] 2000-02-28T23:00:00-01:00 ............................................ [ PASS] 4 tests completed in 0.002 seconds. 4 out of 4 (100%) tests passed. -- done testing rfc3339->seconds --------------------------------------------- -- testing seconds->rfc3339 -------------------------------------------------- 1970-01-01T00:00:00Z ................................................. [ PASS] 2000-02-29T00:00:00Z ................................................. [ PASS] 2 tests completed in 0.001 seconds. 2 out of 2 (100%) tests passed. -- done testing seconds->rfc3339 --------------------------------------------- -- testing round-trip -------------------------------------------------------- 1969-12-31T20:40:00+03:21 ............................................ [ PASS] 1 test completed in 0.001 seconds. 1 out of 1 (100%) test passed. -- done testing round-trip --------------------------------------------------- -- testing normalization ----------------------------------------------------- 2000-02-28T23:00:00-01:00 utc-time->rfc3339 .......................... [ PASS] 2000-02-28T23:00:00-01:00 time->rfc3339 (may fail on older Chicken) .. [ PASS] 2 tests completed in 0.001 seconds. 2 out of 2 (100%) tests passed. -- done testing normalization ------------------------------------------------