Closed dertuxmalwieder closed 4 months ago
It's defined, you just can't use it in a parenthesized format clause. (construct-timestring (now) :format '(:short-year))
works, (construct-timestring (now) :format '((:short-year 2 0)))
does not.
This is a pretty easy fix, so I'll fix it soon.
Ah, simple as that. Thank you!
construct-timestring
defines a:short-year
format qualifier, but I can't use it:That's unfortunate, because it could come in handy. :)