Hacker News new | ask | show | jobs
by sroerick 287 days ago
What are timezone-dependent tests? Sounds like a bummer
1 comments

I once had to work with a legacy Java codebase and they hardcoded the assumption their software would run in the America/New_York timezone, except some parts of the codebase and tests used the _system_ timezone, so they would fail if run in a machine with a different timezone.