I'm using the Dropbox API endpoint "list_folder" to get some file information, and some have the "client_modified" value very wrong, one of the examples is this:
{
"entries": [
{
".tag": "file",
"name": "-----.Zip",
"path_lower": "/-----.zip",
"path_display": "/-----.Zip",
"id": "id:-----",
"client_modified": "2038-01-19T03:14:07Z",
"server_modified": "2024-03-18T16:59:39Z",
"rev": "613f248841bbf5a8d0a0a",
"size": 1243946,
"is_downloadable": true,
"content_hash": "cf5afda0631632b1a4c3520mb52031d6531c090e37c16be0dcf"
}
],
"cursor": "8LVAltTbbQqgSh5Hqiz4YFUZpRHC1U5YIkivBjOFE5tpk5OIgvmYVwUw",
"has_more": true
}
These files are uploaded using the Dropbox client for Windows.
What could cause such a big difference between these dates?