5

I am writing End to End test cases for my React based UI application. Everything looks good and runs as expected except the date assertion is failing on my local machine while it passes on my CI server.

I figured out that the issue is the timezone picked up by the application is the OS time zone. I want to set this timezone to UTC by default.

FYI, I am also using moment library but I want to achieve this at redux level i.e. inside a configuration file I put something like default.timezone=UTC and it starts converting dates to UTC by default.

Vinay Prajapati
  • 7,199
  • 9
  • 45
  • 86

0 Answers0