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
|
,@(loop for i in name-pos collect
|
||||||
`(gen-time-access ,(car i) ,(cdr i)))))
|
`(gen-time-access ,(car i) ,(cdr i)))))
|
||||||
|
|
||||||
(gen-all-time-access (second . 0)
|
(gen-all-time-access (seconds . 0)
|
||||||
(minutes . 1)
|
(minutes . 1)
|
||||||
(hour . 2)
|
(hour . 2)
|
||||||
(date . 3)
|
(date . 3)
|
||||||
|
|
|
@ -217,7 +217,7 @@
|
||||||
:make-null-pointer
|
:make-null-pointer
|
||||||
:with-load-forms-in-var
|
:with-load-forms-in-var
|
||||||
:time-unix->universal
|
:time-unix->universal
|
||||||
:time-second-of
|
:time-seconds-of
|
||||||
:time-minutes-of
|
:time-minutes-of
|
||||||
:time-hour-of
|
:time-hour-of
|
||||||
:time-date-of
|
:time-date-of
|
||||||
|
|
Loading…
Reference in New Issue