From 9b6663f87a7e679ffba691cf516191fc840cf978 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 24 Nov 2009 19:20:36 -0800 Subject: Update to Kohana r4684 which is now Kohana 2.4 and has substantial changes. --- system/config/locale.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/config/locale.php') diff --git a/system/config/locale.php b/system/config/locale.php index 3a268820..a62b4c3e 100644 --- a/system/config/locale.php +++ b/system/config/locale.php @@ -10,7 +10,8 @@ $config['language'] = array('en_US', 'English_United States'); /** - * Locale timezone. Defaults to use the server timezone. + * Locale timezone. Defaults to the timezone you have set in your php config + * This cannot be left empty, a valid timezone is required! * @see http://php.net/timezones */ -$config['timezone'] = ''; \ No newline at end of file +$config['timezone'] = ini_get('date.timezone'); \ No newline at end of file -- cgit v1.2.3