mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
export const defaultDateFormats = {
|
|
date: "MMM D, YYYY",
|
|
time: "H:mm",
|
|
pretty_datetime: "MMM D, YYYY [at] H:mm z",
|
|
};
|