diff --git a/Common/Types/Date.ts b/Common/Types/Date.ts index ecf17998eb..58cb9955a8 100644 --- a/Common/Types/Date.ts +++ b/Common/Types/Date.ts @@ -1009,7 +1009,7 @@ export default class OneUptimeDate { } return ( - moment(date).local().format(formatstring) + + moment(date).format(formatstring) + " " + (options?.onlyShowDate ? "" : this.getCurrentTimezoneString()) );