From 07e246db397d5e198c9b55b83ffda74d5d51afd7 Mon Sep 17 00:00:00 2001 From: haseleyi Date: Wed, 21 Nov 2018 15:55:42 -0800 Subject: [PATCH] Remove outdated time zone precaution from Getting Started wiki --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index c6307fcbc5..45b44be4b6 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -75,7 +75,7 @@ Then the tests can be run with: Note: If your OS is not explicitly supported in the setup guides then not all tests may pass. However, you may still be able to develop. Get in touch with the [#dev][slack-dev] channel on Slack to troubleshoot issues and determine if they will preclude you from contributing to OFN. -Additionally, make sure that the time zone on your machine matches the one defined in `config/application.yml` (it should be Melbourne). Setting your machine's time zone to any other zone has the potential to cause test failures. +Note: The time zone on your machine should match the one defined in `config/application.yml`. The project is configured to use [Zeus][zeus] to reduce the pre-test startup time while Rails loads. See the [Zeus GitHub page][zeus] for usage instructions.