From a4d6b3fd9b950df78e17040ae764836391e900dd Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 28 Oct 2007 15:33:52 +0000 Subject: fixed userguide typo --- user_guide/helpers/date_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers/date_helper.html') diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html index 1986f4b0d..7b91d8806 100644 --- a/user_guide/helpers/date_helper.html +++ b/user_guide/helpers/date_helper.html @@ -145,7 +145,7 @@ $timestamp = '1140153693';
$timezone = 'UM8';
$daylight_saving = TRUE;

-echo gmt_to_local($timestamp, $timezone, daylight_saving); +echo gmt_to_local($timestamp, $timezone, $daylight_saving);

Note: For a list of timezones see the reference at the bottom of this page.

-- cgit v1.2.3-24-g4f1b