mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: correct local time formatting in OneUptimeDate class
This commit is contained in:
@@ -1009,7 +1009,7 @@ export default class OneUptimeDate {
|
||||
}
|
||||
|
||||
return (
|
||||
moment(date).local().format(formatstring) +
|
||||
moment(date).format(formatstring) +
|
||||
" " +
|
||||
(options?.onlyShowDate ? "" : this.getCurrentTimezoneString())
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user