Dates are currently not working with bulk methods. YNikolasKS asked me to post the issue here to fix it later.
Thread here: https://discord.com/channels/819584798443569182/920741902536544346/939200263854641232
Tried to upload a date (just a classic new Date() stored in a variable) and I got this (see 3rd image attached).
Then I removed the column in my db (to see if type scheme would change), so the bulk passed without schema mismatch and in my db the column was typed as object (see 1st image attached).
More interesting when I double clicked on the “checkedAt” value and then clicked away, which triggers a saved in the Moralis interface, the client prompted an error saying I was passing a Date instead of an object (see 2nd image attached).