The cl-epoch Reference Manual

This is the cl-epoch Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:10:23 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-epoch

Converts between CL Universal Time and UNIX Epoch Time

Author

Andrew Pennebaker <>

License

FREEBSD

Version

0.1

Source

cl-epoch.asd.

Child Component

cl-epoch.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-epoch/cl-epoch.asd

Source

cl-epoch.asd.

Parent Component

cl-epoch (system).

ASDF Systems

cl-epoch.


3.1.2 cl-epoch/cl-epoch.lisp

Source

cl-epoch.asd.

Parent Component

cl-epoch (system).

Packages

cl-epoch.

Public Interface
Internals

*unix-epoch-difference* (special variable).


4 Packages

Packages are listed by definition order.


4.1 cl-epoch

Source

cl-epoch.lisp.

Use List

common-lisp.

Public Interface
Internals

*unix-epoch-difference* (special variable).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: get-epoch-time ()
Package

cl-epoch.

Source

cl-epoch.lisp.

Function: universal->unix-time (universal-time)
Package

cl-epoch.

Source

cl-epoch.lisp.

Function: unix->universal-time (unix-time)
Package

cl-epoch.

Source

cl-epoch.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *unix-epoch-difference*
Package

cl-epoch.

Source

cl-epoch.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables