From e42ca4ab5a6c162a36997fddf5c0121bcd80681e Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Sat, 21 May 2022 10:17:59 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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