mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
This check was raising a value error if run on the 31st against an expiration date in a month that only had 30 days. Now we pick the 1st day of the month, which is guaranteed to exist. Also uses the correct timezone.