<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/squid-graph/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/squid-graph/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 03 Jan 2008 14:20:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/squid-graph/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>timeconv funtcion buggy on leap year</title><link>https://sourceforge.net/p/squid-graph/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The timeconv perl function , while using -n option is buggy on leap year : since 1st Jan add 86400 second too early &lt;br /&gt;
the correct code is attached &lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Philippe de LUSSY&lt;/p&gt;
&lt;p&gt;philippe.delussy@e-qual.fr&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 03 Jan 2008 14:20:20 -0000</pubDate><guid>https://sourceforge.net06802830ff966fa75a494bcf25113b3d2790ce55</guid></item><item><title>Comma-separated number display</title><link>https://sourceforge.net/p/squid-graph/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is both a bug + feature request, about using the&lt;br /&gt;
(currently unused) sub comma_sep to make the Max: value&lt;br /&gt;
shown in the graphs more readable.&lt;/p&gt;
&lt;p&gt;The current sub generates:&lt;br /&gt;
e.g.  1 / 12 / 123 / 1234 / 12,345&lt;br /&gt;
^^^^&lt;br /&gt;
e.g. 123,456 / 1234,567 / 12,345,678&lt;br /&gt;
^^^^^^^^&lt;br /&gt;
Some time ago, I tweaked my copy of 3.1 to fix this.  I&lt;br /&gt;
haven't noticed any problems.&lt;/p&gt;
&lt;p&gt;The diff below is for v3.2:&lt;/p&gt;
&lt;p&gt;$ diff squid-graph squid-graph-tweaked&lt;br /&gt;
1129a1130&lt;br /&gt;
&amp;gt;       $graphMax = comma_sep($graphMax);&lt;br /&gt;
1207c1208&lt;br /&gt;
&amp;lt;               if ((($len - $i - 1)%3 == 0) &amp;amp;&amp;amp; ($i &amp;gt;&lt;br /&gt;
0) &amp;amp;&amp;amp; ($i &amp;lt; $len - 1)) {&lt;br /&gt;
---&lt;br /&gt;
&amp;gt;               if ((($len - $i - 1)%3 == 0) &amp;amp;&amp;amp; ($i &amp;lt;&lt;br /&gt;
$len - 1)) {&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 07 Oct 2006 01:46:06 -0000</pubDate><guid>https://sourceforge.netf94e13ed43cbeed3e2cffe5dcb5c5ea1782ca5bd</guid></item></channel></rss>