klesh commented on code in PR #5604:
URL:
https://github.com/apache/incubator-devlake/pull/5604#discussion_r1247321844
##########
backend/helpers/e2ehelper/data_flow_tester.go:
##########
@@ -50,6 +50,10 @@ import (
"gorm.io/gorm/schema"
)
+func init() {
+ _ = os.Setenv("TZ", "UTC") // Normalizes time across test app locale
and expected data
Review Comment:
try:
```
export TZ=UTC
make ...
```
or
```
TZ=UTC make ...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]