I've noticed that the datetime format appears to change based upon the time of day I call the API. For example, if I call
https://api.translink.ca/RTTIAPI/V1/stops/61979/estimates?apiKey=[KEY]/ in the morning, I get
expectedleavetime values that look like
10:14am, but if I call it in the evening I get values that look like
6:00pm 2020-02-19. Why is the format changing based upon the time of day? How do I stop it from doing this? I'm rather new to this API, so I could be doing something very stupid.