I dont know how to covert timestamp given by Binance server into valid DateTime.
Binance.API.Csharp.Client.Models.General.ServerInfo returns
1615724572987 which after conversion to DateTime gives
1/2/0001 9:52:52 PM
which obviously is not correct.
I tried to find description about ServerInfo type but there is only GetHtml Function.