feat: Display flow logs timestamps in local time zone (#7477)
⬆️ (frontend): upgrade moment-timezone dependency to version 0.5.48 ✨ (frontend): add new utility function convertUTCToLocalTimezone to convert UTC timestamps to local timezone in flowLogsModal and utils files
This commit is contained in:
parent
ac8464cdb2
commit
7a7c8a14df
4 changed files with 29 additions and 1 deletions
|
|
@ -54,6 +54,7 @@
|
|||
"lucide-react": "^0.469.0",
|
||||
"million": "^3.1.11",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.48",
|
||||
"openseadragon": "^4.1.1",
|
||||
"p-debounce": "^4.0.0",
|
||||
"pako": "^2.1.0",
|
||||
|
|
@ -148,4 +149,4 @@
|
|||
"ua-parser-js": "^1.0.38",
|
||||
"vite": "^5.4.16"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue