shalvah / RemindMeOfThisTweet

🤖 Twitter bot to set reminders for tweets.
https://remindmeofthis.app
GNU General Public License v3.0
417 stars 41 forks source link

Not picking timezone #25

Open chakrapani-r opened 3 years ago

chakrapani-r commented 3 years ago

If possible, it'll be great if the bot can pickup the time zone from the date time mentioned. eg: 9PM IST, 10:30 PST etc

shalvah commented 3 years ago

Sure thing. That would mean tinkering with the parsing logic (the timeparser.js file; uses an older version of chrono-node). I'll look into it when I've got tinker time, but anyone can do so as well. You can run unit tests with npm run test-unit.

cooljeanius commented 2 years ago

would this override the timezone set in the app preferences?