Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make date extensions work with now functions (fixes #3730) #3731

Merged
merged 2 commits into from Mar 14, 2024

Conversation

kossnocorp
Copy link
Member

Fixed functions that use current date internally and made them work with date extensions like UTCDate.

@kossnocorp kossnocorp changed the title Make date extensions work with now functions Make date extensions work with now functions (fixes #3730) Mar 14, 2024
Fixed functions that use current date internally and made them work with date extensions like `UTCDate`.
@kossnocorp kossnocorp merged commit f3a1e5e into main Mar 14, 2024
12 checks passed
@kossnocorp kossnocorp deleted the utcdate-now branch March 14, 2024 05:48
@fturmel fturmel linked an issue Mar 14, 2024 that may be closed by this pull request
@kossnocorp
Copy link
Member Author

Shipped with date-fns@3.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Shipped
Development

Successfully merging this pull request may close these issues.

isToday(new UTCDate()) => false
1 participant