We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0b46d commit ae5c7f7Copy full SHA for ae5c7f7
src/generate/luxon.ts
@@ -59,9 +59,9 @@ const generateConfig: GenerateConfig<DateTime> = {
59
// get
60
getNow: () => {
61
/**
62
- * The current time that can respond to tz settings is required.
+ * The current time that can respond to tz settings is required. like `dayjs().tz()`.
63
* @see: https://github.com/ant-design/ant-design/issues/51282
64
- * like `dayjs().tz()`: https://github.com/ant-design/ant-design/discussions/50934
+ * https://github.com/react-component/picker/pull/878
65
*/
66
return DateTime.now();
67
},
0 commit comments