Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 12, 2016 15:38
Show Gist options
  • Save zhouqiang-cl/583cd9f325ea9f73825570386700a0c1 to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/583cd9f325ea9f73825570386700a0c1 to your computer and use it in GitHub Desktop.
common lisp 的函数 GET-DECODED-TIME
语法
get-decoded-time => second, minute, hour, date, month, year, day, daylight-p, zone
参数和值
second, minute, hour, date, month, year, day, daylight-p, zone --- 一个 decoded time
描述
get-decoded-time 用decoded time 的形式返回当前时间.
代码
* (get-decoded-time)
25
33
23
12
12
2016
0
NIL
-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment