I'm working on TallStackUI V2 - rewriting some tests and improving our test suite with new methods.
Today, I started working on the Date component and when I tried to set the timezone to America/São_Paulo using defineEnvironment I'm having problems. It doesn't seem to work. I can only edit the timezone via getApplicationTimezone. Should the timezone only be set using getApplicationTimezone?
I'm questioning this because the docs says: "You can also easily override the application's default timezone" - this makes it seem like there is another way.
Result:
Steps To Reproduce:
Try to set the app.timezone via defineEnvironment and check if it will be applied.
Description:
I'm working on TallStackUI V2 - rewriting some tests and improving our test suite with new methods.
Today, I started working on the Date component and when I tried to set the timezone to
America/São_Paulo
usingdefineEnvironment
I'm having problems. It doesn't seem to work. I can only edit the timezone viagetApplicationTimezone
. Should the timezone only be set usinggetApplicationTimezone
?I'm questioning this because the docs says: "You can also easily override the application's default timezone" - this makes it seem like there is another way.
Result:
Steps To Reproduce:
Try to set the
app.timezone
viadefineEnvironment
and check if it will be applied.