When we use the ftp command or ftp client to connect to a Linux server, the files' modification time shown is different from the time shown in a telnet session.
For example, I have some *.dat files in /home/abc/ and the last modification time shown in the ftp command or client is 19:30. But when I do an ls -l in my telnet session, it shows 03:30. The last modification time shown in the telnet session is correct.
Is there a setting that has gone wrong?