Cinemizer 0 Report post Posted June 5, 2020 Hi, In answer of ApiTradeHistoryDTO the valueExecutedDateTimeUtc is a string, format wcf-date. How can I calculate from current time this time wcf-date ? And from wcf-date back to readable time ? It seems to be something different, not a Unix Timestamp. Because wcf-date is like: 1591220609317 And Unix time format is like: 1591308000 a shorter number THX ! Share this post Link to post
Physicsman 26 Report post Posted June 5, 2020 Hello, We are using the Unix timestamp in milliseconds, rather than in seconds. That is why there is a factor of 1000 in the number. Kind Regards, PM Share this post Link to post