[#127] 1969 from getStartTimeMatrix

Migrated from Redmine #127 | Author: Anonymous
Status: Closed | Priority: Normal | Created: 2018-03-09


getStartTimeMatrix is returning

Object { “1969-12-31”: }

only sometimes. Any idea what would cause this? Looks like it is reading out just the start of the timestamp epoch Which is Jan 1 1970. I’ve tested all the values being passed to getStartTimeMatrix and they are correct when this error occurs.

Thanks.

Dmytro Bondarev wrote:

Please provide full raw http request and response.

Anonymous wrote:

It was a string concatination issue with a timestamp. I was passing in an invalid date. The raw network request showed it but my logs and debugging did not. Thanks for all your help! You can close this.