Sftp_GetAttributes callback file time values (General questions)
The values passed to my Sftp_GetAttributes callback are an hour later than I'm expecting. Perhaps it's a timezone issue. How can I find out more ? TIA, Keith.
The values passed to my Sftp_GetAttributes callback are an hour later than I'm expecting. Perhaps it's a timezone issue. How can I find out more ? TIA, Keith.
by Keith Anderson, (7044 days ago) @ Keith Anderson
The values passed to my Sftp_GetAttributes callback are an hour later than I'm expecting. Perhaps it's a timezone issue. How can I find out more ? TIA, Keith.
by wodAlan , (7044 days ago) @ Keith Anderson
Hi Keith,
Yes it could be, but irrespective on time zone also can be that the server time is set incorrectly. I suggest you to try with TimeZone Property
Did you try set TimeZone property in your code and set ti to ZoneUTC?
For example:
ftpdlx1.TimeZone = ZoneUTC
I hope that I helped.
Alan
by Keith Anderson, (7044 days ago) @ wodAlan
The values passed to my Sftp_GetAttributes callback are an hour later than I'm expecting. Perhaps it's a timezone issue. How can I find out more ? TIA, Keith.
With apologies for replying to myself: it looks like calling Sftp_SetTimezone(sftp, ZoneUTC) fixes this. I don't know why, but if it works ...
by Keith Anderson, (7044 days ago) @ Keith Anderson
Hi Keith,
Yes it could be, but irrespective on time zone also can be that the server time is set incorrectly. I suggest you to try with TimeZone Property
Did you try set TimeZone property in your code and set ti to ZoneUTC?
For example:
ftpdlx1.TimeZone = ZoneUTCI hope that I helped.
Alan
Thank you. As you might have seen, I found this myself.
The bit I don't understand is it doesn't look like the server time/zone is set incorrectly. For example, if I use another sftp client the timestamp is shown correctly.
by wodAlan , (7044 days ago) @ Keith Anderson
Keith,
Our clients, I mean costumers sometimes need another solution. Sometimes they need to know client time, not the server time and because of two needed ways we must give our costumers two choices and that's reason.
Regards,
Alan
by Keith Anderson, (7043 days ago) @ wodAlan
Keith,
Our clients, I mean costumers sometimes need another solution. Sometimes they need to know client time, not the server time and because of two needed ways we must give our costumers two choices and that's reason.
Regards,
Alan
Thanks for your response.
1 If I call Sftp_SetTimezone(sftp, ZoneUTC) I get back the file times I expect, so that's good.
2 I've been trying to work out where the extra hour is coming from. Could it be that daylight savings time is being applied from about 5 March ?
by wodAlan , (7043 days ago) @ Keith Anderson
Keith,
Yes you are right, your extra hour is coming from daylight saving from about 5 March.
Regards,
Alan
...with WOD's excellent support I was able to bypass Winsock and focus on the task at hand...
Your support is fantastic.
Your .NET components allow us to blend .NET technology seamlessly with secure communication, and with excellent technical support.
The SFTP ocx is one of the finest pieces of programming I have seen. It worked out of the box...
Thanks! We love your software and your great support!
It is very refreshing to find such helpful, knowledgeable and quick responding technical support.
We have recently completed a large 1200+ location project where reliable Telnet and SSH connectivity was required. wodSSH worked flawlessly and allowed our staff to complete our project ontime and within budget.
May I say how nice it is to work with components so complete and self-explanatory that using them in my application is as instinctive as though I wrote them myself?
Your support is fantastic.
...with a minimum of effort as the DLL interface was written with such simplicity...