diff --git a/docs/FAQ.md b/docs/FAQ.md index 24410e0..ed3d19d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -61,4 +61,7 @@ var client = new BinanceClient(new BinanceClientOptions BaseAddress = BinanceApiAddresses.TestNet.UsdFuturesRestClientAddress } }); -``` \ No newline at end of file +``` + +### How are timezones handled / Timestamps are off by xx +Exchange API's treat all timestamps as UTC, both incoming and outgoing. The client libraries do no conversion so be sure to use UTC as well. \ No newline at end of file