id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
4260	FTP: the month of file creation is always January	m_ok	andrew_b	"When browsing FTP servers, the files' dates always have January as a month. I found the location of this problem. In the file src/mc/src/vfs/ftpfs/ftpfs_parse_ls.c:
{{{
      if (vfs_parse_month (t, &date))
          date.tm_mon = 0;
}}}
should be changed to 
{{{
      if (!vfs_parse_month (t, &date))
          date.tm_mon = 0;
}}}
The version is 4.8.26-221-g0c04e2382."	defect	accepted	minor	4.8.27	mc-vfs	4.8.26		ftpfs, date, ftp				no branch	
