I'm creating a file back up system that uploads via FTP, however when I get the uploaded file name, it says it was generated let's say 4 minutes past 5, when I get the creation time of the file via PHP ftp commands, it says it was created 10 minutes after(14 minutes past 5).
Perhaps the timing is out of sync however when I run 'date' command via ssh it brings back Sun May 20 21:15:04 MSD 2012
which is not even in UK time zone(even tho the server is in UK), how could I check the FTP time and adjust it if I need to?
Hope that makes sense!