Closed jhwhite closed 10 years ago
In the README.md what format is the starting_time and ending_time in?
If I have a dates like (Jun 1 2014, July 1 2014, Aug 1 2014), how do I put those on this time series?
You need to provide the dates in Unix time format in milliseconds. So if you have a function to translate the dates in Unix time format multiply by 1000 and you are all set.
In the README.md what format is the starting_time and ending_time in?
If I have a dates like (Jun 1 2014, July 1 2014, Aug 1 2014), how do I put those on this time series?