aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/MockTradeData.txt7
-rw-r--r--data/mock_trades.sqlite3bin45056 -> 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
index c9455c9..7658214 100644
--- a/data/mock_trades.sqlite3
+++ b/data/mock_trades.sqlite3
Binary files differ