Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add comment regarding substr use for dates
You'll notice that any dates field include more than just the numerical value: /Date(1483242628000-0800)/. To extract the date, we used the following suggestion: http://stackoverflow.com/a/4511910/2395590 This helps us extract the date and return it back formatted as milliseconds.
- Loading branch information