diff options
| author | clarkohw <clark_oh-willeke@brown.edu> | 2021-04-05 10:49:16 -0400 |
|---|---|---|
| committer | clarkohw <clark_oh-willeke@brown.edu> | 2021-04-05 10:49:16 -0400 |
| commit | 9bac2a0c02f1f2d867572dfcdb3f5a1e780397e6 (patch) | |
| tree | 2704879f9e8a0fb3215049edb2bdcd09aa6ec371 /data | |
| parent | 6900a67d349d7945ec73f6f838106ed261eb88a5 (diff) | |
| parent | b8023de2b8d942e995b7a6419a7da814afe8a4a3 (diff) | |
merged in changes from master
Diffstat (limited to 'data')
| -rw-r--r-- | data/MockTradeData.txt | 7 | ||||
| -rw-r--r-- | data/mock_trades.sqlite3 | bin | 45056 -> 49152 bytes |
2 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 diff --git a/data/mock_trades.sqlite3 b/data/mock_trades.sqlite3 Binary files differindex c9455c9..7658214 100644 --- a/data/mock_trades.sqlite3 +++ b/data/mock_trades.sqlite3 |
