mirror of https://codeberg.org/cage/tinmop/
- renamed function.
This commit is contained in:
parent
6481a323f7
commit
b3f37fb350
|
@ -896,7 +896,7 @@ to the array"
|
|||
,@(loop for i in name-pos collect
|
||||
`(gen-time-access ,(car i) ,(cdr i)))))
|
||||
|
||||
(gen-all-time-access (second . 0)
|
||||
(gen-all-time-access (seconds . 0)
|
||||
(minutes . 1)
|
||||
(hour . 2)
|
||||
(date . 3)
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
:make-null-pointer
|
||||
:with-load-forms-in-var
|
||||
:time-unix->universal
|
||||
:time-second-of
|
||||
:time-seconds-of
|
||||
:time-minutes-of
|
||||
:time-hour-of
|
||||
:time-date-of
|
||||
|
|
Loading…
Reference in New Issue