This commit was generated by cvs2svn to compensate for changes in r3921,
[freeside.git] / rt / lib / RT / Date.pm
index 609db1b..355370a 100644 (file)
@@ -529,24 +529,6 @@ sub ISO {
 
 # }}}
 
-# {{{ sub W3CDTF
-
-=head2 W3CDTF
-
-Takes nothing
-
-Returns the object's date in W3C DTF format
-
-=cut
-
-sub W3CDTF {
-    my $self = shift;
-    my $date = $self->ISO . 'Z';
-    $date =~ s/ /T/;
-    return $date;
-};
-
-# }}}
 
 # {{{ sub LocalTimezone 
 =head2 LocalTimezone