fix (get-decoded-time)

Yuguo Zhang <[email protected]> Sat, 25 Jul 2026 23:39:21 +0800
Newsgroups gmane.lisp.ecl.general
Message-ID <[email protected]>
in commit: 024a59b19887de062fbdb44a2b62043b52fa198b

cl_core.Jan1st1970UT renamed as a global variable ecl_ct_Jan1st1970UT in 
c/main.d


the original Jan1st1970UT is defined as

cl_core.Jan1st1970UT =
     ecl_times(ecl_make_fixnum(24 * 60 * 60),
               ecl_make_fixnum(17 + 365 * 70));


so the global ecl_ct_Jan1st1970UT should be

-const cl_object ecl_ct_Jan1st1970UT = ecl_make_fixnum(39052800);

+const cl_object ecl_ct_Jan1st1970UT = ecl_make_fixnum(2208988800);