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:
Cristhian Zanforlin Lousa 2025-04-07 11:47:50 -03:00 committed by GitHub
commit 7a7c8a14df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 1 deletions

View file

@ -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"
}
}
}