scottleedavis / mattermost-plugin-remind

a mattermost plugin that sets reminders for users and channels.
Apache License 2.0
186 stars 44 forks source link

Error when setting a reminder for today #181

Closed RaoOfPhysics closed 4 years ago

RaoOfPhysics commented 4 years ago

Summary

Setting "today" or no date followed by the time in HH:MM 24-hour format causes bot to set a reminder for tomorrow.

Steps to reproduce

Steps to reproduce the behavior:

  1. Go to the private chat with Remindbot
  2. Use the /remind command to set a reminder for later today using the HH:MM 24-hour format

Expected behavior

I expect the reminder to be set for the same day.

Observed behavior (that appears unintentional)

The reminder was set for "tomorrow". See below:

remind-bot-bug

Server configuration

Operating system: Not sure. Pinging @ThiefMaster to fill it in.

Mattermost version: 5.21 (I think)

Remind version: Not sure.

RaoOfPhysics commented 4 years ago

Sorry, looks like this may be related to #176 and #164.

I'll close the issue.