I'm giving discounts on products based on user's point total. But I would like to encourage users to use those points within 180 days. So, only points created_at < 180.days.ago would count.
What would be a simple way to get the only punctuation from 180 days ago?