rclone/backend/pcloud
Nick Craig-Wood 2339172df2 pcloud: fix pre-1970 time stamps - fixes #5917
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.
2022-03-03 17:18:40 +00:00
..
api pcloud: only use SHA1 hashes in EU region 2020-11-25 20:46:38 +00:00
pcloud_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
pcloud.go pcloud: fix pre-1970 time stamps - fixes #5917 2022-03-03 17:18:40 +00:00