fix(nc-gui): canvas cell timezone issue and editable cell ui changes

This commit is contained in:
Ramesh Mane
2025-04-22 14:15:57 +00:00
parent d566cf7df9
commit 24db9cb4e3
10 changed files with 50 additions and 33 deletions

View File

@@ -7,7 +7,7 @@ export function getTimeZoneFromName(name: string = Intl.DateTimeFormat().resolve
return timezones.find((k) => isSameTimezone(k.name, name))
}
export function withTimezone(isEeUI: boolean, timezone?: string) {
export function workerWithTimezone(isEeUI: boolean, timezone?: string) {
return {
dayjsTz(value?: string | number | null | dayjs.Dayjs, format?: string) {
if (!isEeUI) {