Use libiso8601 to parse the time.

This commit is contained in:
Laurence Withers 2006-11-21 00:11:57 +00:00
commit 6195451899
5 changed files with 13 additions and 417 deletions

4
README
View file

@ -1,4 +1,4 @@
mini-at
mini-at http://www.lwithers.me.uk/projects/mini-at/
========================================================================
(c)2006, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or
@ -7,6 +7,8 @@ http://www.gnu.org/copyleft/gpl.html for details.
Really Quick Instructions
-------------------------
Install libiso8601 from http://www.lwithers.me.uk/projects/libiso8601/ .
To build: ./make.sh
To install: ./make.sh install
(you might want to set PREFIX, by default it's /usr/local)