Smartling / api-sdk-net

.Net SDK for integrating with the Smartling API. The Smartling API allows developers to upload language specific resource files and download the translations of those files for easy integration within their application. http://docs.smartling.com
Apache License 2.0
1 stars 6 forks source link

Send milliseconds in audit log events #37

Open dimitrystd opened 2 years ago

dimitrystd commented 2 years ago

Recently we changed Audit API, namely, we changed the format of actionTime. Before it accepted timestamp with a precision of the second. Now it also accepts milliseconds. Someone sends too many events and we had to increase precission. The new timestamp looks like 2021-10-28T00:33:21.789Z

DoD: Update IsoDateTimeJsonConverter to support milliseconds.