Content deleted Content added
Updating published sources: ArticleCreationGrapher: * I'm told the bot exclusion tag isn't needed anymore. |
Updating published sources: ArticleCreationGrapher: * Fix strftime usage to not skip months thanks to strange behavior when correcting for February. |
||
Line 225:
do {
$x=strftime('%Y-%m', 0,0,0,1,$t[4]++,$t[5]);
($t[4], $t[5]) = (1, $t[5]+1) if $t[4] == 13;
print W "," unless $f;
if($x=~/^(\d+)-01$/){
|