Test output for rfc3339

Testing time: 10.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm

-- 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 ------------------------------------------------