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

POSIX conversion wrong for end of month transitions #42

Closed
mattjohnsonpint opened this issue Mar 17, 2019 · 1 comment
Closed

POSIX conversion wrong for end of month transitions #42

mattjohnsonpint opened this issue Mar 17, 2019 · 1 comment

Comments

@mattjohnsonpint
Copy link
Owner

In the current code, Europe/London returns GMT0BST,M3.4.0/1,M10.4.0 for 2018 and GMT0BST,M3.5.0/1,M10.4.0 for 2019.

It should always return the latter, as the rule uses the last Sunday in March. (5 = last, even if there are only 4 in the month).

@mattjohnsonpint
Copy link
Owner Author

Actually, it should return GMT0BST,M3.5.0/1,M10.5.0, which it does now, starting in version 2.0.0 of TimeZoneConverter.POSIX.

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

1 participant