Skip to content

Commit ed1b990

Browse files
committed
timezone -> time zone
textpattern/textpattern#1708
1 parent a4b3ab5 commit ed1b990

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

administration/diagnostics-panel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ PHP version
6262
GD Graphics Library
6363
: The version number of your GD Graphics Library install.
6464

65-
Server TZ
66-
: The server's 'default timezone'; determined by a [specific order of preferences](https://secure.php.net/manual/en/function.date-default-timezone-get.php).
65+
Server time zone
66+
: The server's 'default time zone'; determined by a [specific order of preferences](https://secure.php.net/manual/en/function.date-default-timezone-get.php).
6767

6868
Server local time
6969
: The local date/time of your web server (`yyyy-mm-dd hh:mm:ss`).

development/the-pluggable-ui-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ In this section:
372372
### Preferences panel
373373

374374
`prefs_ui > gmtoffset`
375-
* **When it occurs:** The timezone selector on the Preferences panel.
376-
* **What it allows:** Addition or alteration of the timezone selector.
375+
* **When it occurs:** The time zone selector on the Preferences panel.
376+
* **What it allows:** Addition or alteration of the time zone selector.
377377
* **Argument \#3:** The HTML of the select input.
378378
* **Argument \#4:** The name of the HTML element being drawn. `timezone_key` in this case.
379379
* **Argument \#5:** The current value of the HTML element being drawn.

setup/troubleshooting-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ GD Graphics Library
185185
: The version number of your GD Graphics Library install.
186186

187187
Server TZ
188-
: The server's 'default timezone'; determined by a [specific order of preferences](https://secure.php.net/manual/en/function.date-default-timezone-get.php).
188+
: The server's 'default time zone'; determined by a [specific order of preferences](https://secure.php.net/manual/en/function.date-default-timezone-get.php).
189189

190190
Server local time
191191
: The local date/time of your web server (`yyyy-mm-dd hh:mm:ss`).

0 commit comments

Comments
 (0)