NDHM API server unable to process the time format of higher time precision

Initially our NDHM backend application hosted in a Windows machine where it’s running fine but when we migrated this application in NDHM server then it’s getting a Too many request issue.

After investigating we identified this is a time format issue because windows desktop sends the time in following format.

TIME FROM A WINDOWS DESKTOP:
2022-03-04T13:21:20.238Z

NDHM working fine with this format .

However windows servers sends the time in following format (6-9 character depending upon format).

2022-03-04T13:18:27.660754700Z
2022-03-04T13:32:14.745041Z

So please let us know whether NDHM will resolve this issue ?

This issue is resolved now, we modified our code .