Skip to content

Commit ae5c7f7

Browse files
committed
chore: update
1 parent ea0b46d commit ae5c7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generate/luxon.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ const generateConfig: GenerateConfig<DateTime> = {
5959
// get
6060
getNow: () => {
6161
/**
62-
* The current time that can respond to tz settings is required.
62+
* The current time that can respond to tz settings is required. like `dayjs().tz()`.
6363
* @see: https://github.com/ant-design/ant-design/issues/51282
64-
* like `dayjs().tz()`: https://github.com/ant-design/ant-design/discussions/50934
64+
* https://github.com/react-component/picker/pull/878
6565
*/
6666
return DateTime.now();
6767
},

0 commit comments

Comments
 (0)