rudra_2001Original post
Rank 2: Process
Facing an error that says cannot upload timestamp to the appwrite database due to invalid range.
Summary
Developers were facing an issue uploading timestamps to the appwrite DB due to a range error. The solution provided was to use Math.floor(Date.now() / 1000) instead.