diff options
| author | Julia McCauley <skurvyj@gmail.com> | 2021-04-01 21:49:35 -0400 |
|---|---|---|
| committer | Julia McCauley <skurvyj@gmail.com> | 2021-04-01 21:49:35 -0400 |
| commit | 6cf2414b421dc9270e980920978ae5aaa413c74a (patch) | |
| tree | e5333c4e2d2522746ecd033a087a56034d44fc7f /data | |
| parent | 22538c2a68160cd7edc47d7c3bcea54f84c97b72 (diff) | |
DatabaseQuerier fully functional for hub search purposes, some basic tests written
Diffstat (limited to 'data')
| -rw-r--r-- | data/MockTradeData.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
