Description: A discord bot that allows users to input their time and date to have it encode to epoch time then format that time to <t> functions within discord to help users coordinate times among different time zones.
In Devlopment: Yes. While it is up and running, the only functions at this time are USA, CA, EU and convert FROM UTC 0
Online: Yes
Link: TimeBiteBot
Public: Yes
Click on link: https://discord.com/oauth2/authorize?client_id=1402418223378337844
Accept and select the server you would like to add TimeBite too.
You can test TimeBite by typing /info If you receive an info panel back then TimeBite is up and running.
/info - This will return an Info panel back with a discerption of the Bot
/getusa - Use this to enter time zones that are in the USA
/getutc - Use this to enter time zones in UTC (view Time Zone Map for more information)
/getea - Use this to enter time zones that are in Europe
/getca - Use this to enter time zones in Canada
Say I wanted to post in a chat channel that I was going to play a game on 8/21/2025 at 6:30 pm but I'm in Central Standard Time. People would have to do the conversions in their head from my time zone to theirs but with TimeBite it's as easy as copy and paste to show everyone the time in their time zone. I will be using the time and date in the above for my example for this.
1) I would start by typing /getusa and hitting enter. A panel should appear in the chat box now.
2) Now I will enter my month as a digit, day as a digit, 4-digit year, hour (in 12-hour format), minute, AM or PM and lastly my time zone. Since I am in Central Standard Time, I will use CST/CDT
3) I should receive back a message that only I can see with the Unix time and all the <t> formats I can use. I will copy <t:1755819000:f> that should look like August 21, 2025 6:30 PM for this example.
4) I will paste that <t> format into my message and for me with will look like
But let's say my friend in California reads the message and to him it will look like.
When I am finished, I can click on the "Dismiss message" at the bottom of the private message that TimeBite sent OR when discord reloads the message will disappear.