cooljeanius / tweetback

Take ownership of your Twitter data and get your tweets back
https://cooljeanius.github.io/tweetback/
MIT License
2 stars 0 forks source link

Clamp "Last 12 months" to time when archive was downloaded #13

Open cooljeanius opened 3 months ago

cooljeanius commented 3 months ago

See: https://github.com/cooljeanius/tweetback/blob/07fb4605eb5c8db2408441c8a4b83bceb603c50b/index.11ty.js#L222 The call to Date.now() should be replaced with when the archive was downloaded, so that it doesn't change whenever I regenerate. This will require figuring out how to format the date properly.

cooljeanius commented 1 month ago

Actually maybe I should transfer this to the upstream repo instead...