cl-libtai

Introduction

cl-libtai is an implementation of TAI, the international time standard Temps Atomique International, under the LGPL license.

For details on how TAI relates to UTC and Unix Time, see the utctai page. The original public domain C library with plenty of documentation is accessible here

Mailing Lists

Download

This project has released a cl-libtai.tar.gz asdf loadable package

Related Links

CVS

You can browse our CVS repository or download the current development tree via anonymous cvs, as described here

SVN

A subversion directory is available at common-lisp.net/project/cl-libtai/svn. For windows platforms, consider using the Tortois SVN client to navigate.

Testing and getting started

After successfully loading the cl-libtai package with asdf, you're ready to try some of the libtai commands.

For example: (caltime-utc (tai-now)) to show the current time in year, month, day format.

There is a test-libtai.lisp in the source repositories that demonstrates how to transform among the various tai, caldate, and caltime structures. See also the application and tutorial example for details on how you might use cl-libtai in your own program.

Back to Common-lisp.net.

Valid XHTML 1.0 Strict