Get boundaries between recent timeframes (inclusive)
npm install @strong-roots-capital/get-recent-sessions
import getRecentSessions from '@strong-roots-capital/get-recent-sessions'
console.log(getRecentSessions('8M', new Date('2019-02-14T00:00:00.000Z'))
//=> [ 1514764800000, 1535760000000, 1546300800000 ]