Sftp timestamp/timezone issue

Hello,

I found what appears to be a timestamp/timezone issue when connecting to an SFTP server using NetDrive.

Environment:

NetDrive Version: 3.19.14
Windows Version: window10 22H2(19045.7291)
Protocol: SFTP
Server OS: Debian
Server Timezone: Asia/Seoul (UTC+9)

Server file timestamp:

Modify: 2026-06-04 01:45:06 +0900

Linux verification:

timedatectl
Time zone: Asia/Seoul (KST, +0900)

However, NetDrive displays the file modification time as:

2026-06-03 16:45:00

This is exactly the UTC time corresponding to the server timestamp.

It appears that NetDrive may be displaying SFTP file timestamps in UTC instead of converting them to the local Windows timezone.

Additional information:

The “Use server time for files/folders” option is enabled.
When this option is disabled, the displayed timestamps differ even more from the actual file modification time.
Therefore, enabling this option improves the displayed time, but the timestamp is still exactly 9 hours behind the server’s local time.

Server verification:

timedatectl
Local time: Thu 2026-06-04 01:50:42 KST
Time zone: Asia/Seoul (KST, +0900)

stat blocked_ips.txt
Modify: 2026-06-04 01:45:06.376168726 +0900

Could you please confirm whether this is expected behavior, a configuration issue, or a bug?

Thank you.