1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Added timestamp deserialization support for yyyy-MM-dd HH:mm:ss.ffffff+00:00:00

This commit is contained in:
JKorf
2026-07-11 15:19:02 +02:00
parent 4accc8039b
commit c41cc3c4c7
2 changed files with 4 additions and 0 deletions
@@ -15,6 +15,7 @@ namespace CryptoExchange.Net.UnitTests.ConverterTests
[TestCase("1620777600000")]
[TestCase("2021-05-12T00:00:00.000Z")]
[TestCase("2021-05-12T00:00:00.000000000Z")]
[TestCase("2021-05-12 00:00:00.000000+00:00:00")]
[TestCase("0.000000", true)]
[TestCase("0", true)]
[TestCase("", true)]