Opened 17 years ago
Last modified 17 years ago
#3252 closed Bug report
TimeZone Offset is Limited
Reported by: | jcox73 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | jcox73, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
My remote server is at -7 GMT and I am located at +9 GMT -- a +16 hours difference. The Site Manager Timezone Offset will not accept an offset greater than 13 hours.
I am using the most current version of Filezilla (3.0.1).
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Thanks for reporting. This issue has been fixed in the SVN
repository and will be available with the next version.
Note:
See TracTickets
for help on using tickets.
After I found the code, it seems this was done intentionally for some reason. It rejects any TimezoneOffset greater than 13 hours and less than 30 hours. Strange!?!
bool CServer::SetTimezoneOffset(int minutes)
{
}