<expire_time [hours=...] [minutes=...] [seconds=...] [days=...]>:
Sets the expire-time for this document.
hours=int: Add int * 3600 to the expire time
minutes=int: Add int * 60 to the expire time
seconds=int: Add int to the expire time
days=int, months=int, years=int: Guess..
Bugs: It is not possible at the time to set the date
beyond year 2038, since a unix time_t is used.
|