Comment 20 for bug 1906462

Revision history for this message
Jane Sandberg (sandbergja) wrote :

Thanks, Galen. That did the trick!

user/sandbergja/lp1906462-angular-quick-receive-3 contains a sixth commit that uses the current timezone, rather than hardcoding a timezone offset. It also rebases on main.

Thanks also for the clue about the TZ environment variable. I didn't use it in the test code, but it sure was convenient for the purposes of running the test suite in various timezones, e.g.:

TZ=Pacific/Honolulu npm run test
TZ=Europe/Helsinki npm run test # test suite fails without the most recent commit