Hi,
I wrote a program that can connect to a FTP Site, login and grab some data. The program reads from a list of requests to determine what site to go to. These sites can be all over the world.
I save the last modified time of the last file I got from each site so the next time I go in, I only grab data newer then the last time I went in.
The problem I am running into is the lastmodified time for files from the current day have a year value of last year instead of the current year. (so for April 27, the last modified time is April 27, 2005)
I am in the EDT time zone and these sites I have problems with are in Europe so the time is always going to be ahead of my system. I am on a Linux system and the systems I connect to can be anything (Linux, Unix, Windows)
I noticed several other topics that talk about the same issue but none recently.
I was wondering if there was any work around.
Thanks in advance, :cry:
Jerry