I'm in the PST timezone. If I run the tests normally, I get:
Tests run: 125, Failures: 7, Errors: 2, Skipped: 0
But if I run with
I get:
Tests run: 125, Failures: 1, Errors: 2, Skipped: 0
A number of your tests make assumptions that they are being run in the GMT time zone. I suggest explictly setting the timezone in your tests or changing your documentation.
I'm in the PST timezone. If I run the tests normally, I get:
But if I run with
I get:
A number of your tests make assumptions that they are being run in the GMT time zone. I suggest explictly setting the timezone in your tests or changing your documentation.