Saxon extension to convert CVS date strings into local time
$Id: CVS.java,v 1.4 2005-08-30 08:14:58 draganr Exp $
Copyright (C) 2000 Norman Walsh.
This class provides a
Saxon
extension to turn the CVS date strings, which are UTC:
$Date: 2000/11/09 02:34:20 $
into legibly formatted local time:
Wed Nov 08 18:34:20 PST 2000
(I happened to be in California when I wrote this documentation.)
Change Log:
- 1.0
Initial release.
author: Norman Walsh author: ndw@nwalsh.com version: $Id: CVS.java,v 1.4 2005-08-30 08:14:58 draganr Exp $ |