current/utils create-package-feed.pl,1.8,1.9

Fabian Keil <[email protected]> Sat, 16 Jul 2016 11:43:28 +0000
Newsgroups gmane.comp.web.privoxy.cvs
Message-ID <[email protected]>
Update of /cvsroot/ijbswa/current/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32656/utils

Modified Files:
	create-package-feed.pl 
Log Message:
create-package-feed.pl: Generate valid (RFC-822) dates


Index: create-package-feed.pl
===================================================================
RCS file: /cvsroot/ijbswa/current/utils/create-package-feed.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** create-package-feed.pl	16 Jul 2016 11:43:14 -0000	1.8
--- create-package-feed.pl	16 Jul 2016 11:43:26 -0000	1.9
***************
*** 89,96 ****
              ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
                  gmtime($target_time);
!             $target_line .=
!                   "$days[$wday], $mday $months[$mon] "
!                 . ($year + 1900)
!                 . " $hour:$min:$sec GMT";
              $target_line .= '</pubDate></item>';
  
--- 89,95 ----
              ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
                  gmtime($target_time);
!             $target_line .= sprintf("%s, %s %s %d %.2d:%.2d:%.2d GMT",
!                 $days[$wday], $mday, $months[$mon], ($year + 1900),
!                 $hour, $min, $sec);
              $target_line .= '</pubDate></item>';
  


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev