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

Days in April shifted one day (timezone issue) #43

Open
boskokg opened this issue Dec 22, 2018 · 2 comments
Open

Days in April shifted one day (timezone issue) #43

boskokg opened this issue Dec 22, 2018 · 2 comments

Comments

@boskokg
Copy link

boskokg commented Dec 22, 2018

You have one issue with the april 2019. The month starts at Monday but your Widget shows it as Tuesday (image attached).
I investigated the code and found that Utils.daysInMonth returns one more day (it is the bug in their code because the method is not aware of TimeZone). You expect that daysInMonth should return list with Sunday as the first element but this method returned Saturday as the first day in the array.

0-02-04-b5306e847742d5caa11667a60cce1de3e06c129b3ca18faaf58b8f073bca77b8_1c6d937303306c

@AlbCM
Copy link

AlbCM commented Jan 3, 2019

I guess it was fixed, wasn't it ?

@boskokg
Copy link
Author

boskokg commented Jan 4, 2019

here is the issue: johnpryan/date_utils#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants