Open
Description
We have at least one test that should be run in multiple timezones to get the full value:
sdk/tests/corelib/date_time11_test.dart
Lines 125 to 138 in d28828c
We are adding another test that needs to do extra work in order to determine interesting test cases for whatever timezone the test is running in. It would be better to have support for configuring the timezone in the test runner which would set the TZ
environment variable for the subprocess. With that support we could hardcode the interesting test cases for one or more timezones.