-# $Id: Record.pm,v 1.19 2006-11-01 10:14:56 mike Exp $
+# $Id: Record.pm,v 1.20 2006-11-29 18:17:16 mike Exp $
package ZOOM::IRSpy::Record;
use XML::LibXML;
use XML::LibXML::XPathContext;
-use ZOOM::IRSpy::Utils qw(xml_encode);
+use ZOOM::IRSpy::Utils qw(xml_encode isodate);
=head1 NAME
$xml .= " $key=\"" . $this->_string2cdata($info{$key}) . "\"";
}
- $xml .= ">" . $this->_isodate(time()) . "</irspy:$type>\n";
+ $xml .= ">" . isodate(time()) . "</irspy:$type>\n";
$this->append_entry('irspy:status', $xml);
}
}
-sub _isodate {
- my ($this, $time) = @_;
- return ZOOM::IRSpy::Test::isodate($time);
-}
-
-
=head1 SEE ALSO
ZOOM::IRSpy