Influx won't automatically re-generate the aggregates if a user posts data with timestamps in the past, so we'll have to handle that in the API side. I guess one thing we could do is check the timestamp to see if it's in the past and re-run the appropriate aggregates.