Opened 10 years ago

Closed 10 years ago

#9131 closed Bug report (outdated)

FileZilla Client 3.7.2 thru 3.7.3 Displaying Last Modified date in the Future.

Reported by: Bob Owned by:
Priority: normal Component: FileZilla Client
Keywords: last modified date Cc:
Component version: Operating system type: Windows
Operating system version: Windows 7 Pro 64bit

Description

I am seeing any new files added to a RHEL 5.x box using SFTP, shows file having Last Modified date that are in the future. I have seen the bug here in tickets, but it seems to just get dismissed ? If I go local to the server via ssh the dates are correct locally. I have checked the ntp server, the date/time, zones, on server and client and everything is in order. My client machine is a Windows 7 Pro sp1 64bit os.

Attachments (5)

12-18-2013 3-33-47 PM.png (158.3 KB ) - added by Bob 10 years ago.
Dates in the Future no raw.
raw.txt (33.5 KB ) - added by Bob 10 years ago.
Raw listing of same dir (dates not in future in raw mod)
12-18-2013 3-45-53 PM.png (164.4 KB ) - added by Bob 10 years ago.
Apparently anything with owner/group of root is displaying wrong
raw.2.txt (44.7 KB ) - added by Bob 10 years ago.
another raw
ls_full_time.txt (22.2 KB ) - added by Bob 10 years ago.
ssh ls --fulltime on same dir..

Download all attachments as: .zip

Change History (8)

by Bob, 10 years ago

Attachment: 12-18-2013 3-33-47 PM.png added

Dates in the Future no raw.

by Bob, 10 years ago

Attachment: raw.txt added

Raw listing of same dir (dates not in future in raw mod)

by Bob, 10 years ago

Attachment: 12-18-2013 3-45-53 PM.png added

Apparently anything with owner/group of root is displaying wrong

by Bob, 10 years ago

Attachment: raw.2.txt added

another raw

by Bob, 10 years ago

Attachment: ls_full_time.txt added

ssh ls --fulltime on same dir..

comment:1 by Bob, 10 years ago

It seems to matter if I am logged in as root, and what owner/group is set to. If I login as someone in the www-ahc group, the files display normally ? Hmm..

comment:2 by Alexander Schuch, 10 years ago

Status: newmoreinfo

The problem is the following:

Status: Calculating timezone offset of server...
151 Command: mtime "wireless_cookie.html"
152 Response: 1575641870
153 Status: Timezone offsets: Server: -189324000 seconds. Local: -21600 seconds. Difference: 189302400 seconds.

The returned timestamp 1575641870 translates to "2019-12-06T14:17:50+00:00". So the question is, why does the SFTP server you are using return that timestamp? Bug in SFTP server?

Can you using another SFTP client and try "mtime" there? A command line based SFTP client is installed on your server as part of like OpenSSH called "sftp". Try that one.

comment:3 by Alexander Schuch, 10 years ago

Resolution: outdated
Status: moreinfoclosed

No reply for more than 28 days.

Note: See TracTickets for help on using tickets.