Re: fix (get-decoded-time)

Daniel KochmaƄski <[email protected]> Sat, 25 Jul 2026 17:59:15 +0200 (CEST)
Newsgroups gmane.lisp.ecl.general
Message-ID <[email protected]>
Hey Yuguo,

> in commit:=C2=A0024a59b19887de062fbdb44a2b62043b52fa198b
>=20
> cl_core.Jan1st1970UT renamed as a global variable=C2=A0ecl_ct_Jan1st1970U=
T=C2=A0in=20
> c/main.d
>=20
>=20
> the original=C2=A0Jan1st1970UT is defined as
>=20
> cl_core.Jan1st1970UT =3D
>  =C2=A0 =C2=A0 ecl_times(ecl_make_fixnum(24 * 60 * 60),
>  =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ecl_make_fixnum(17 + 36=
5 * 70));
>=20
>=20
> so the global=C2=A0ecl_ct_Jan1st1970UT=C2=A0should be
>=20
> -const cl_object ecl_ct_Jan1st1970UT =3D ecl_make_fixnum(39052800);
>=20
> +const cl_object ecl_ct_Jan1st1970UT =3D ecl_make_fixnum(2208988800);

good find, thank you! I've commited the fix.

Best regards,
Daniel