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

feat: add validation for timezones and date string with detailed error #7

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

shivam-sharma7
Copy link
Owner

Add validation for timezones and date string with detailed error

  • Validate source and target timezones using IANAZone.isValidZone
  • Provide clear error messages for invalid timezones
  • Validate the date string and ensure it is in ISO format
  • Add detailed logging for debugging purposes

fixes: #6

…r messages

- Validate source and target timezones using IANAZone.isValidZone
- Provide clear error messages for invalid timezones
- Validate the date string and ensure it is in ISO format
- Add detailed logging for debugging purposes
@shivam-sharma7 shivam-sharma7 added this to the v1.3.2 milestone Oct 15, 2024
@shivam-sharma7 shivam-sharma7 merged commit 158f75e into main Oct 15, 2024
1 check passed
@shivam-sharma7 shivam-sharma7 deleted the issue_6 branch October 15, 2024 02:39
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

Successfully merging this pull request may close these issues.

Validate zone with identified by an IANA identifier
1 participant