-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Calendar parseDate function ignores "utc" parameter #3927
Comments
Here are fix: #3928 |
This also applies to the
|
@cagataycivici In past week i presented PrimeNG, and my experience in using it on Angular Moscow meetup. I showed trend of answering on bug reports. After this no one wanted to use PrimeNG. If nothing changes in next 1-2 months - my current project will be last project using PrimeNG. |
Reviewing this now, our response time for community issues may take up to 1 or 2 months I'm afraid, this is due to the popularity, we've just reached 1 million downloads, please keep submitting PRs and it will definitely be reviewed in a couple of weeks. This is how open source works, I'm doing it for 10+ years, there is PrimeNG PRO to secure our response within 1 business day. Project is way too popular to respond instantly so everything is reviewed with a delay because of the reasons above. This one particularly has been created 21 days ago which is not bad :) Our capacity for each release (every two-three) weeks is to review 100 community issues and all the PRs submitted during this period. Also so far close to 3000 community issues are reviewed and closed, so out of 3500, we've done a lot of work on the 3000 issues. If you see it from this point of view, it is easy to understand how much work has been done. Everything is reviewed but not instantly but based on development sprints. |
@jonyadamit Please create a PR, I could not compile the posted code also not sure if .getUTCTime() exists. |
@cagataycivici because this project is very popular, it probably makes much profit to your company. So, you could hire 1-2 more developers for maintain project. Or you can grant commit roles to the several enthusiasts. It's free. |
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
http://plnkr.co/edit/lwgFVONK97ACJcCWr1YU?p=preview
Current behavior
Current
parseDate
function ignoresutc="true"
parameter.Expected behavior
New
parseDate
function should respectutc="true"
parameter.Minimal reproduction of the problem with instructions
http://plnkr.co/edit/lwgFVONK97ACJcCWr1YU?p=preview
Here you see Calendar with
utc="true"
parameter. Pick date in calendar - you will get date withT00:00:00.000Z
. Input same date from keyboard - you will getT21:00:00.000Z
.What is the motivation / use case for changing the behavior?
Properly working of
parseDate
function.Please tell us about your environment:
Language: all
Node (for AoT issues):
node --version
=The text was updated successfully, but these errors were encountered: