You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with this is, the timezone. We have two different kinds of times UTC which can be enabled with the use-utc prop and the browser timezone.
The reason why the time is normalized too 00:00:00 is because of unexpected behaviours between the different timezones. There are event different timezone based on the time of the year in some countries. This makes this really difficult and need to be tested thoroughly.
I'm sorry if you misunderstood me.
I didn't mean to close this PR. We just need to test it really good in different timezone on different time of the year and check if everythings alright. This will just take a while for me to do
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With this property, component will emit new date object but it will use time component that was set as an input.