We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should allow specifying timezone by abbreviation instead of just an offset on the schedule command
!schedule CEST should do the same thing as !schedule +2.
!schedule CEST
!schedule +2
The text was updated successfully, but these errors were encountered:
I'll try to do this!
Sorry, something went wrong.
As ajukraine suggested in chat yesterday, another nice addition would be to get the timezone by city, as in: !schedule
@asyncawake Can you open a separate issue for that please?
@Nufflee There is now a hangman test class. I created a test for you to code this abbreviation enhancement against. In theory, if you'd like to do that, jst uncomment it and run it against your implementation until it's green. https://github.com/DevChatter/devchatterbot/blob/master/src/UnitTests/Core/Commands/ScheduleCommandTests/ProcessShould.cs
No branches or pull requests
We should allow specifying timezone by abbreviation instead of just an offset on the schedule command
!schedule CEST
should do the same thing as!schedule +2
.The text was updated successfully, but these errors were encountered: