Hi Guys,
I was tinkering with the C# SDK and noticed something inconsistent. If you access monetary accounts through MonetaryAccountBank.List() and look at the created property, you will see a string like "2019-08-29T12:16:59.805598" which is obviously properly parsed by DateTime.Parse(). But if you access the same account through MonetaryAccount.List() the same property is a string like "08/29/2019 12:16:59", which obviously isn't properly parsed unless you set a culture code.