Skip to content

Commit b2e2edc

Browse files
committed
Update markdown table formatting (i.e. spaces)
1 parent fd11fb4 commit b2e2edc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/development/legacy/libraries/localization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ Similar to PHP's `strtotime()`, the Localize class provides a way to take a pre-
7676

7777
### `human_time([$timestamp = NULL[, $localize = TRUE[, $seconds = FALSE[, $include_time = TRUE]]]])`
7878

79-
| Parameter | Type | Description |
80-
| ----------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
81-
| \$timestamp | `Integer` | Unix timestamp |
82-
| \$localize | `Boolean` | Boolean of whether to use the current member's timezone for localization (TRUE), or to use GMT (FALSE); or string of PHP timezone to use for the localization |
83-
| \$seconds | `Boolean` | Whether or not to include seconds, overrides `include_seconds` hidden config |
84-
| \$include_time | `Boolean` | Whether or not to include time |
85-
| Returns | `String` | Human-readable date |
79+
| Parameter | Type | Description |
80+
| -------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
81+
| \$timestamp | `Integer` | Unix timestamp |
82+
| \$localize | `Boolean` | Boolean of whether to use the current member's timezone for localization (TRUE), or to use GMT (FALSE); or string of PHP timezone to use for the localization |
83+
| \$seconds | `Boolean` | Whether or not to include seconds, overrides `include_seconds` hidden config |
84+
| \$include_time | `Boolean` | Whether or not to include time |
85+
| Returns | `String` | Human-readable date |
8686

8787
Returns a common human-readable date format conforming to ExpressionEngine's [default time formatting setting](control-panel/settings/general.md). This method is most commonly used to express dates in the control panel.
8888

0 commit comments

Comments
 (0)