-
Notifications
You must be signed in to change notification settings - Fork 247
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
Wrong date returned for DidSelectDate #31
Comments
I also get this issue. Any solution? |
Ok, now I am facing this issue as well. I am using this in Xamarin but from what I could investigate, the problem seems to be DST. The date being returned is -2 hours. Can somebody help in getting this fixed. |
Same here... Objective-C, running in Simulator... but it's consistently returning the previous day's date at 22:00:00... |
This works, displays the correct date (code in delegate):
|
Any date between April and October will return the date for the previous day.
Example: Selecting 1st April will return 31st March
The text was updated successfully, but these errors were encountered: