You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Find alternatives for the languages that do not support such features. Fix the steps with time zones for these languages.
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.
The text was updated successfully, but these errors were encountered:
Problem to Solve
Some languages do not support setting time zones via the language itself (
cpp
is limited toPOSIX
,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:
TODO
s. Consider other ways of checking that driversDateTime
s conversions are independent of time zones.The text was updated successfully, but these errors were encountered: