tensorgirl commited on
Commit
8d4b4fb
1 Parent(s): 1d0438a

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -99,7 +99,7 @@ def summary(input_json):
99
 
100
  output["Link to BSE website"] = url
101
 
102
- output["Date of time of receiving data from BSE"] = input_json["newsdate"]
103
 
104
  output["Stock Ticker"] = input_json['symbol']
105
 
 
99
 
100
  output["Link to BSE website"] = url
101
 
102
+ output["Date of time of receiving data from BSE"] = input_json["newsdate"] + "Z"
103
 
104
  output["Stock Ticker"] = input_json['symbol']
105