mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:06:56 +00:00
fix(nc-gui): canvas cell timezone issue and editable cell ui changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { getTimeZones } from '@vvo/tzdb'
|
||||
import dayjs from 'dayjs'
|
||||
import { dateFormats, timeFormats } from 'nocodb-sdk'
|
||||
import { withTimezone as workerWithTimezone } from './worker/datetimeUtils'
|
||||
import { workerWithTimezone } from './worker/datetimeUtils'
|
||||
export { constructDateFormat, constructDateTimeFormat, constructTimeFormat } from 'nocodb-sdk'
|
||||
|
||||
export function parseStringDateTime(v: string, dateTimeFormat = `${dateFormats[0]} ${timeFormats[0]}`, toLocal = true) {
|
||||
|
||||
Reference in New Issue
Block a user