-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update and bug fix #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…009: ETestFailure TZDB data had been updated but the test case had not.
2) Added Test_Europe_London_2018
…st name separated with a slash if it was '/' separated in the zone FOTMAT column in the TZDB files. FROM IANA TZDB: The FORMAT column specifies the usual abbreviation of the time zone name. It can have one of three forms: a string of three or more characters that are either ASCII alphanumerics, “+”, or “-”, in which case that’s the abbreviation a pair of strings separated by a slash (‘/’), in which case the first string is the abbreviation for the standard time name and the second string is the abbreviation for the daylight saving time name a string containing “%s,” in which case the “%s” will be replaced by the text in the appropriate Rule’s LETTER column Also updated and fixed remaining test case bugs.
Hi Michael, Thanks for the updates! I have not had a valid Delphi version for years now. Thanks, |
… the TZDB specified them in local time. The code now provides correct daylight saving information for many previously broken north American time zones.
Thanks, I have merged it in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1 Update to TZDB 2018C
2 Added Docs generated with PasDoc.. (still needs work)
3 Fixed a bug where GetDisplayName was returning both the std and dst names separated with a slash if it was '/' separated in the Zone FOTMAT column in the TZDB files.
FROM IANA TZDB:
4 Fixed and updated Testcases