public class CVS
extends java.lang.Object
Saxon extension to convert CVS date strings into local time
$Id: CVS.java 5907 2006-04-27 08:26:47Z xmldoc $
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:
Initial release.
Constructor and Description |
---|
CVS()
Constructor for CVS
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
localTime(java.lang.String cvsDate)
Convert a CVS date string into local time.
|