From 6cf2414b421dc9270e980920978ae5aaa413c74a Mon Sep 17 00:00:00 2001 From: Julia McCauley Date: Thu, 1 Apr 2021 21:49:35 -0400 Subject: DatabaseQuerier fully functional for hub search purposes, some basic tests written --- data/MockTradeData.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data') diff --git a/data/MockTradeData.txt b/data/MockTradeData.txt index fac6615..35c2ee4 100644 --- a/data/MockTradeData.txt +++ b/data/MockTradeData.txt @@ -13,4 +13,11 @@ The only unintuitive bit is the is_buy column, this is dummy (binary) variable that takes on a value of 1 if the trade is a buy and a value of 0 if the trade is a sell. +**USING THE DATABASE CONNECTIONS CORRECTLY!** + +Converting from UTC Instant/unix time to an America/New_York timezone data +You want to add 5 hours to the UTC date to get the correct timezone formatted like so... +"2021-03-12T05:00:00.00Z" + +So this is in UTC, but it is equivalent to 12 am on March 3rd in NYC Time - Julia \ No newline at end of file -- cgit v1.2.3-70-g09d2