Helpful Tips

Date Parser

Dates can be parsed a few different ways.

The bot will first try to parse dates with JavaScript's Date.parse() method. The link to Date.parse() will show some examples, but they tend to be very long and are unreasonable to type out by hand.

If the above test fails, then the bot will try parsing it in the format <day> <time> <timezone>.

If you omit the day, like in 11am edt, and the current time is past that, like if it is 3:00 PM EDT, then the parser will parse it as 11:00 AM the next day.

Some notes that can make the date clearer for other server members but are ultimately ignored by the parser: The following are some examples that will all resolve to July 1 at 12:00 PM Pacific Time: Also, you can use now, and that will parse the date as the current time. For example, !cups now is helpful to get the mp cups that are currently active.