Peter Naber created NET-635:
-------------------------------
Summary: Problems with German summertime
Key: NET-635
URL: https://issues.apache.org/jira/browse/NET-635
Project: Commons Net
Issue Type: Bug
Components: FTP
Affects Versions: 3.6
Environment: linux
Reporter: Peter Naber
Priority: Minor
There is a problem at the funktion
org.apache.commons.net.ftp.parser.FTPTimestampParserImpl.parseTimestamp
At the ftp Server exists a file with the timestamp "Mar 26 02:29"
In Germany, the clock will be switched at 2:00 from wintertime to summertime
Mar 26 2:00 -> Mar 26 3:00.
So the time "Mar 26 02:29" is invalid if the commons-net function will run on a
german server.
The workaround is, to set the servertimezone to GMT
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)