Updating timezone instructions#87
Conversation
updated timezone instructions to be generic.
There was a problem hiding this comment.
I would spell out "timezone" completely (or is it "time zone"?) instead of using the abbreviation "TZ".
There was a problem hiding this comment.
The reason I used TZ was because this is the name of the column used in the Wikipedia page.
There was a problem hiding this comment.
Hmm, good point.
I'm just worried about introducing too much jargon, especially to
non-native speakers.
What do you think about "copy your relevant time zone (TZ)"?
On Aug 4, 2014 9:53 AM, "Katie" notifications@github.com wrote:
In django_start_project/README.md:
@@ -48,7 +48,9 @@ Let's ignore the other files for now - we won't change them. The only thing to r
Let's make some changes in
mysite/settings.py.-It would be nice to have the correct time on our website. You should find lines that contain
USE_TZandTIME_ZONEand modify them to look like this:
+It would be nice to have the correct time on our website. Go to http://en.wikipedia.org/wiki/List_of_tz_database_time_zones and copy your relevant TZ. (eg.Europe/Berlin)The reason I used TZ was because this is the name of the column used in
the Wikipedia page.—
Reply to this email directly or view it on GitHub
https://github.com/DjangoGirls/tutorial/pull/87/files#r15744001.
Updating time zone instructions
Updating timezone instructions
|
Thank you! |
Updated timezone instructions to be generic. From DjangoGirls Australia.