-rw-r--r-- 1 owner group 213 Aug 26 16:31 README
The line contains
The month name, day number, hour number, and minute number express the file's modification time in the server's local time zone. This creates several obstacles to reliable mirroring.
The format shown above applies only to files modified in the last six months. Other files show the year instead of the hour number and minute number:
-rw-r--r-- 1 owner group 1383 Apr 10 1997 ip.c
Some servers (e.g., NetWare) set the cutoff at one year,
making it impossible for the client to reliably distinguish
dates near the cutoff from recent dates.
Clients attempting to parse /bin/ls format must be prepared for a much wider range of line formats. All the formats I've seen are documented in https://cr.yp.to/ftpparse.html.