datetime:rfc1123-to-lisp
说明:将RFC1123格式转化为 autolisp 表格式
用法:
(datetime:rfc1123-to-lisp str)
参数:1 str : 字符串;
返回值:list
示例:
(datetime:rfc1123-to-lisp "Mon, 12 Sep 2022 03:58:42 GMT")