mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
2339172df2
Before this change rclone send pre-1970 timestamps as negative numbers. pCloud ignores these and sets them as todays date. This change sends the timestamps as unsigned 64 bit integers (which is how the binary protocol sends them) and pCloud accepts the (actually negative) timestamp like this. |
||
---|---|---|
.. | ||
api | ||
pcloud_test.go | ||
pcloud.go |