Handbook
Glossary
unexpired? ( json -- ? )
Vocabulary
aws
Inputs
json
an
object
Outputs
?
an
object
Definition
USING:
assocs
calendar
calendar.parser
combinators.short-circuit
math.order
;
IN:
aws
:
unexpired?
( json -- ? )
{
[
"expiresAt"
of
]
[
"expiresAt"
of
rfc3339>timestamp
now
>utc
after?
]
}
1&&
;