C library for parsing and manipulating ISO8601 dates/times.
Go to file
Laurence Withers 64c5ce0d65 Add the isodate utility.
This utility provides a way to display dates in ISO8601 format. The
exact output format can be controlled. It can either display dates
passed on the commandline or it can display the current date/time.
2007-09-13 11:09:32 +00:00
scripts Upgrade build system, bump version 2007-09-13 10:25:31 +00:00
src Add the isodate utility. 2007-09-13 11:09:32 +00:00
.gitignore Initial import 2006-10-14 20:10:01 +01:00
COPYING Initial import 2006-10-14 20:10:01 +01:00
README Upgrade build system 2007-05-22 09:56:52 +00:00
config Upgrade build system, bump version 2007-09-13 10:25:31 +00:00
make.sh Upgrade build system 2007-05-22 09:56:52 +00:00
run-test.sh Upgrade build system 2007-05-22 09:56:52 +00:00
version Upgrade build system, bump version 2007-09-13 10:25:31 +00:00

README

libiso8601
========================================================================
(c)2007, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install

You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.

@TODO@