We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d205979 + b24619c commit 784c25aCopy full SHA for 784c25a
1 file changed
src/utils/time.utils.tsx
@@ -6,8 +6,7 @@ export const getRelativeTime = (date: string): string => {
6
};
7
8
export const getFullFormattedTime = (date: string): string => {
9
- const timezone = moment.tz.guess();
10
- return moment(date).tz(timezone).format('ddd, MMM D, YYYY h:mm A, z');
+ return moment(date).format('ddd, MMM D, YYYY h:mm A');
11
12
13
export const getFormatDate = (date: string) => {
0 commit comments