mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
Add time_and_date plugin. Use it for timezones and date formats around the bot.
This commit is contained in:
parent
cffb0dbd6b
commit
4ae8cf85a3
67 changed files with 543 additions and 177 deletions
5
backend/src/plugins/TimeAndDate/defaultDateFormats.ts
Normal file
5
backend/src/plugins/TimeAndDate/defaultDateFormats.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export const defaultDateFormats = {
|
||||
date: "MMM D, YYYY",
|
||||
time: "H:mm",
|
||||
pretty_datetime: "MMM D, YYYY [at] H:mm z",
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue