Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-04-17 04:14:06 +00:00
commit 00629d118e

View File

@ -8,8 +8,9 @@
*/
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc';
import { BaseInterface } from './base-interface';
dayjs.extend(utc);
export class TimeInterface extends BaseInterface {
toValue(value: any, ctx?: any) {
if (this.validate(value)) {