1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-27 09:53:24 +00:00
Files
rclone/backend
Tomasz Melcer 27267547b9 sftp: use uint32 for mtime
The SFTP protocol (and the golang sftp package) internally uses uint32 unix
time for expressing mtime. Hence it is a waste of memory to store it as 24-byte
time.Time data structure in long-lived data structures. So despite that the
golang sftp package uses time.Time as external interface, we can re-encode the
value back to the original format and save memory.

Co-authored-by: Tomasz Melcer <tomasz@melcer.pl>
2024-07-09 10:23:11 +01:00
..
2024-03-26 09:46:47 +00:00
2024-06-06 09:25:17 +01:00
2024-06-14 16:04:51 +01:00
2023-08-11 00:47:01 +09:00
2023-08-22 12:52:13 +01:00
2023-11-24 18:18:01 +00:00
2024-05-14 12:51:03 +01:00
2024-07-09 10:23:11 +01:00