Upload a Set of Timestamped Data - resolution data

• MKR WIFI 1010 via HTTP POST
• Blynk server FRA1
• Blynk Library version: last one

NEED: need to send sampled accelerometer with a frequency of approximately 20 Hz - so, in one second i have 20 values.

CORRECTLY POSTED DATA: (about 40 millisecond from one sample and another)

[[1716503931297,-0.07],[1716503931345,-0.04],[1716503931392,-0.04],[1716503931440,0.01],[1716503931487,-0.08],[1716503931535,-0.08],[1716503931582,0.07],[1716503931630,-0.05],[1716503931677,-0.06],[1716503931724,-0.00],[1716503931772,0.02],[1716503931819,-0.23],[1716503931867,0.08],[1716503931914,0.08],[1716503931962,0.02],[1716503932009,0.06],[1716503932057,-0.05],[1716503932104,0.06],[1716503932152,0.00],[1716503932199,-0.01],[1716503932247,0.02],[1716503932294,0.01],[1716503932342,-0.01],[1716503932389,0.04],[1716503932436,0.01],[1716503932484,-0.01],[1716503932531,0.07],[1716503932579,0.12],[1716503932626,0.05],[1716503932674,-0.10],[1716503932721,-0.14],[1716503932769,-0.10],[1716503932816,0.10],[1716503932863,0.01],[1716503932911,-0.06],[1716503932958,-0.10],[1716503933006,-0.64],[1716503933053,0.61],[1716503933101,0.08],[1716503933148,-0.10],[1716503933196,0.17],[1716503933243,-0.08],[1716503933291,0.03],[1716503933338,-0.10],[1716503933385,-0.02],[1716503933433,-0.00],[1716503933480,-0.02],[1716503933528,-0.02],[1716503933575,-0.02],[1716503933623,-0.01],[1716503933670,-0.01],[1716503933718,-0.01],[1716503933765,-0.01],[1716503933813,-0.01],[1716503933860,-0.01],[1716503933907,-0.02],[1716503933955,-0.01],[1716503934002,-0.01],[1716503934050,-0.01],[1716503934097,-0.01],[1716503934145,-0.01],[1716503934192,-0.01],[1716503934240,-0.02],[1716503934287,-0.02],[1716503934335,-0.01],[1716503934382,-0.01],[1716503934430,-0.01],[1716503934477,-0.01],[1716503934524,-0.01],[1716503934572,-0.01],[1716503934619,-0.01],[1716503934667,-0.01],[1716503934714,-0.01],[1716503934762,-0.01],[1716503922961,0.03]]

although the data is sent with a resolution of approximately 40 milliseconds, in the cloud they can only be viewed with a resolution of one second; Am I doing something wrong or is it intended to be this way?

regards
Gianluca