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

Add alternatives for time zone based BDD steps for languages with no (or limited) support of time zone change #636

Open
farost opened this issue Apr 18, 2024 · 0 comments

Comments

@farost
Copy link
Member

farost commented Apr 18, 2024

Problem to Solve

Some languages do not support setting time zones via the language itself (cpp is limited to POSIX, csharp doesn't support it at all, ...).
It makes our BDD tests that use step set time-zone no-op, and we don't have a specific opinion on it at the moment.

Proposed Solution

Options:

  1. Find alternatives for the languages that do not support such features. Fix the steps with time zones for these languages.
  2. Come up with an overall decision if we are okay to just ignore these steps in some rare languages and remove TODOs. Consider other ways of checking that drivers DateTimes conversions are independent of time zones.
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