mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 05:17:04 +00:00
fix(nc-gui): canvas cell timezone issue and editable cell ui changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user