-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[Datepicker] offset -1 #6871
Comments
@mmalerba, it seems to be related to that daylight saving time issue... |
@julianobrasil have you had any luck reproducing? It looks normal for me |
I think not. Daylight in Brazil starts in october. |
@mmalerba, not really. I tried out with known past dst dates which I used as testing cases (and also tried a lot of other dates, over a decade), but with no luck. It looks like a new issue, maybe caused by some particular configuration as @rvoltolini mentioned. |
I think this is related to #7167 |
likely dupe of #7167 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Start Month at day 1
What is the current behavior?
Start Month at day 31 (offset -1), when i select the date at datepicker the date in input is updated correctly.
This error also happens when I select the month
What are the steps to reproduce?
Open Datepicker in https://material.angular.io/components/datepicker/overview
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
OS Ubuntu 17.04 (update today)
Chrome/Firefox (update today)
Is there anything else we should know?
Last week I didn't have problems, I used a lot of times testing the system that I'm developing.
I updated the OS thinks this could be the problem, but I didn't get sucess
The text was updated successfully, but these errors were encountered: