Date and time formate chnaging after reading json and appending to new text file

Maybe a Deserialize JSON Array was used within your origin modeling.

If so, then just change the deserialization setting to:
JsonConvert.DeserializeObject(of JArray)(YourJSONStringVar, myJSS)