Discord has a feature where you can post Unix timestamps to chat and have it display in a human-readable format on other clients based on the reader's timezone, as shown here: https://gist.github.com/LeviSnoot/d9147767abeef2f770e9ddcd91eb85aa . This makes it much easier to coordinate times over different timezones.
It has a few options missing that would be nice to have, like "Tuesdays at 4:00 PM", but copying over that exact format for Commet would allow users to use existing Discord timestamp tools to post times into chat without having to direct people to a calendar channel.
Simply handling the display of messages with those timestamps would be sufficient in the short term. Having a glossier modal window to help with generating a timestamp would be ideal, as would a "fast" way to generate it using just text - Vencord has a plugin that lets you type 4:00pm and when the message is sent that's replaced with a timestamp.
Discord has a feature where you can post Unix timestamps to chat and have it display in a human-readable format on other clients based on the reader's timezone, as shown here: https://gist.github.com/LeviSnoot/d9147767abeef2f770e9ddcd91eb85aa . This makes it much easier to coordinate times over different timezones.
It has a few options missing that would be nice to have, like "Tuesdays at 4:00 PM", but copying over that exact format for Commet would allow users to use existing Discord timestamp tools to post times into chat without having to direct people to a calendar channel.
Simply handling the display of messages with those timestamps would be sufficient in the short term. Having a glossier modal window to help with generating a timestamp would be ideal, as would a "fast" way to generate it using just text - Vencord has a plugin that lets you type
4:00pmand when the message is sent that's replaced with a timestamp.