This is the net-telent-date Reference Manual, version 0.41, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:04:21 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
net-telent-date0.41
defpackage.lisp (file).
date.lisp (file).
parse-time.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
net-telent-date/net-telent-date.asdnet-telent-date/defpackage.lispnet-telent-date/date.lispnet-telent-date/parse-time.lispnet-telent-date/net-telent-date.asdnet-telent-date (system).
net-telent-date/date.lispdefpackage.lisp (file).
net-telent-date (system).
dayname (function).
decode-universal-time/plist (function).
monthname (function).
universal-time-to-http-date (function).
universal-time-to-rfc2822-date (function).
with-date (macro).
with-decoding (macro).
*day-names* (special variable).
*month-names* (special variable).
net-telent-date/parse-time.lispdefpackage.lisp (file).
net-telent-date (system).
*default-date-time-patterns* (special variable).
*error-on-mismatch* (special variable).
*http-date-time-patterns* (special variable).
*month-strings* (special variable).
*special-strings* (special variable).
*weekday-strings* (special variable).
*zone-strings* (special variable).
am-pm (function).
convert-to-unitime (function).
copy-decoded-time (function).
date-divider (function).
date-dividers (special variable).
day (function).
deal-with-am-pm (function).
deal-with-izone (function).
deal-with-noon-midn (function).
decoded-time (structure).
decoded-time-day (reader).
(setf decoded-time-day) (writer).
decoded-time-dotw (reader).
(setf decoded-time-dotw) (writer).
decoded-time-hour (reader).
(setf decoded-time-hour) (writer).
decoded-time-minute (reader).
(setf decoded-time-minute) (writer).
decoded-time-month (reader).
(setf decoded-time-month) (writer).
decoded-time-p (function).
decoded-time-second (reader).
(setf decoded-time-second) (writer).
decoded-time-year (reader).
(setf decoded-time-year) (writer).
decoded-time-zone (reader).
(setf decoded-time-zone) (writer).
decompose-string (function).
hashlist (macro).
izone (function).
make-decoded-time (function).
make-default-time (function).
match-pattern (function).
match-pattern-element (function).
match-substring (function).
month-table-size (special variable).
noon-midn (function).
now (function).
secondp (function).
set-current-value (function).
set-time-values (function).
special-string-p (function).
special-table-size (special variable).
time-divider (function).
time-dividers (special variable).
today (function).
tomorrow (function).
weekday (function).
weekday-table-size (special variable).
whitespace-chars (special variable).
yesterday (function).
zone-table-size (special variable).
Packages are listed by definition order.
net.telent.datedate
common-lisp.
dayname (function).
decode-universal-time/plist (function).
hour (function).
minute (function).
month (function).
monthname (function).
parse-time (function).
universal-time-to-http-date (function).
universal-time-to-rfc-date (function).
universal-time-to-rfc2822-date (function).
with-date (macro).
with-decoding (macro).
year (function).
zone (function).
*day-names* (special variable).
*default-date-time-patterns* (special variable).
*error-on-mismatch* (special variable).
*http-date-time-patterns* (special variable).
*month-names* (special variable).
*month-strings* (special variable).
*special-strings* (special variable).
*weekday-strings* (special variable).
*zone-strings* (special variable).
am-pm (function).
convert-to-unitime (function).
copy-decoded-time (function).
date-divider (function).
date-dividers (special variable).
day (function).
deal-with-am-pm (function).
deal-with-izone (function).
deal-with-noon-midn (function).
decoded-time (structure).
decoded-time-day (reader).
(setf decoded-time-day) (writer).
decoded-time-dotw (reader).
(setf decoded-time-dotw) (writer).
decoded-time-hour (reader).
(setf decoded-time-hour) (writer).
decoded-time-minute (reader).
(setf decoded-time-minute) (writer).
decoded-time-month (reader).
(setf decoded-time-month) (writer).
decoded-time-p (function).
decoded-time-second (reader).
(setf decoded-time-second) (writer).
decoded-time-year (reader).
(setf decoded-time-year) (writer).
decoded-time-zone (reader).
(setf decoded-time-zone) (writer).
decompose-string (function).
hashlist (macro).
izone (function).
make-decoded-time (function).
make-default-time (function).
match-pattern (function).
match-pattern-element (function).
match-substring (function).
month-table-size (special variable).
noon-midn (function).
now (function).
secondp (function).
set-current-value (function).
set-time-values (function).
special-string-p (function).
special-table-size (special variable).
time-divider (function).
time-dividers (special variable).
today (function).
tomorrow (function).
weekday (function).
weekday-table-size (special variable).
whitespace-chars (special variable).
yesterday (function).
zone-table-size (special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
UTIME is a universal-time, ZONE is a number of hours offset from UTC, or NIL to use local time. Execute BODY in an environment where SECOND MINUTE HOUR DAY-OF-MONTH MONTH YEAR DAY-OF-WEEK DAYLIGHT-P ZONE are bound to the decoded components of the universal time
UTIME is a universal-time, ZONE is a number of hours offset from UTC, or NIL to use local time. Execute BODY in an environment where SECOND MINUTE HOUR DAY-OF-MONTH MONTH YEAR DAY-OF-WEEK DAYLIGHT-P ZONE are bound to the decoded components of the universal time
Print the day of the week (0=Sunday) corresponding to ARG on STREAM. This is intended for embedding in a FORMAT directive: WIDTH governs the number of characters of text printed, MINCOL, COLINC, MINPAD, PADCHAR work as for ~A
Print the name of the month (1=January) corresponding to ARG on STREAM. This is intended for embedding in a FORMAT directive: WIDTH governs the number of characters of text printed, MINCOL, COLINC, MINPAD, PADCHAR work as for ~A
Tries very hard to make sense out of the argument time-string and returns a single integer representing the universal time if successful. If not, it returns nil. If the :error-on-mismatch keyword is true, parse-time will signal an error instead of returning nil. Default values for each part of the time/date can be specified by the appropriate :default- keyword. These keywords can be given a numeric value or the keyword :current to set them to the current value. The default-default values are 00:00:00 on the current date, current time-zone.
Decode the universal time UTIME and return a date suitable for use in HTTP 1.0 applications (RFC-822, but GMT)
Decode the universal time UTIME and return a date suitable for use in HTTP 1.0 applications (RFC-822, but GMT)
Decode the universal time UTIME and return an RFC-2822-format string. TIME-ZONE is a CL time zone. If not supplied, it defaults to the current time zone adjusted for daylight saving time. If TIME-ZONE is supplied, daylight saving time information is ignored.
If t, an error will be signalled if parse-time is unable to determine the time/date format of the string.
day.
dotw.
hour.
year.
zone.
structure-object.
common-lisp.
integer
0
integer
0
integer
0
integer
1
integer
1
integer
1900
rational
0
integer
0
| Jump to: | (
A C D F H I M N P S T U W Y Z |
|---|
| Jump to: | (
A C D F H I M N P S T U W Y Z |
|---|
| Jump to: | *
D H M S T W Y Z |
|---|
| Jump to: | *
D H M S T W Y Z |
|---|
| Jump to: | D F N P S |
|---|
| Jump to: | D F N P S |
|---|