⏳ Added a super-lame, temporary hack as a stop gap measure to (try to) reduce chances of broken streaks, to buy more time to roll my own streak.js plugin

Streaks were 'breaking' and then restored due to the current day being hard-coded in UTC time by the `date-streaks` module. So I found that by shifting the timezone by a few hours (to UTC-3:00), it gives some of my US-based writers time to post for the day so that their streak didn't 'break' before they posted.

new Date().toLocaleString('en-US', { timeZone: 'America/Sao_Paulo' })