build issues: :dao-impl:ebean-dao:test
failing in time zones ahead of UTC.
#243
Labels
bug
Something isn't working
Describe the bug A clear and concise description of what the bug is.
docs/developers.md
says./gradlew build
should work, it no longer does out of the box. Before we were on ea281ea, had no problems then.With current master (ff9a36b) I noticed I had to:
.github/workflows/build-and-test.yml
), maybe this can just be updated in the docs?TZ=UTC ./gradlew build
to make:dao-impl:ebean-dao:test
pass; otherwise I got stuff likeThink this is 1970/01/01 in my timezone (=GMT+1) hence before 1970 in UTC. Thought the latest commits could maybe have fixed it since they mentioned
lastmodifiedon
, but apparently the issue is still there (tested with a8fb6c9 and ff9a36b).Expected behavior
Tests should work regardless of timezone
Desktop (please complete the following information):
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: