[limb-svn] r6037 - 3.x/trunk/limb/datetime/src

svn at limb-project.com svn at limb-project.com
Mon Jul 2 10:32:28 MSD 2007


Author: serega
Date: 2007-07-02 10:32:28 +0400 (Mon, 02 Jul 2007)
New Revision: 6037
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6037

Modified:
   3.x/trunk/limb/datetime/src/lmbDateTimeZone.class.php
Log:
-- small typo fix in lmbDateTimeZone.class.php

Modified: 3.x/trunk/limb/datetime/src/lmbDateTimeZone.class.php
===================================================================
--- 3.x/trunk/limb/datetime/src/lmbDateTimeZone.class.php	2007-07-02 06:31:54 UTC (rev 6036)
+++ 3.x/trunk/limb/datetime/src/lmbDateTimeZone.class.php	2007-07-02 06:32:28 UTC (rev 6037)
@@ -1,31 +1,31 @@
 <?php
-/*
- * Limb PHP Framework
- *
- * @link http://limb-project.com 
- * @copyright  Copyright &copy; 2004-2007 BIT(http://bit-creative.com)
- * @license    LGPL http://www.gnu.org/copyleft/lesser.html 
+/*
+ * Limb PHP Framework
+ *
+ * @link http://limb-project.com
+ * @copyright  Copyright &copy; 2004-2007 BIT(http://bit-creative.com)
+ * @license    LGPL http://www.gnu.org/copyleft/lesser.html
  */
-//inspired by PEAR::lmbDate package
+//inspired by PEAR::Date package
 
-/**
- * time_zone representation class, along with time zone information data.
- *
- * time_zone representation class, along with time zone information data.
- * The default timezone is set from the first valid timezone id found
- * in one of the following places, in this order:
- * 1) global $_DATE_TIMEZONE_DEFAULT
- * 2) system environment variable PHP_TZ
- * 3) system environment variable TZ
- * 4) the result of date('T')
- * If no valid timezone id is found, the default timezone is set to 'UTC'.
- * You may also manually set the default timezone by passing a valid id to
- * date_time_zone::set_default().
- *
- * This class includes time zone data (from zoneinfo) in the form of a global array, $_DATE_TIMEZONE_DATA.
- * @package datetime
- * @version $Id$
- */
+/**
+ * time_zone representation class, along with time zone information data.
+ *
+ * time_zone representation class, along with time zone information data.
+ * The default timezone is set from the first valid timezone id found
+ * in one of the following places, in this order:
+ * 1) global $_DATE_TIMEZONE_DEFAULT
+ * 2) system environment variable PHP_TZ
+ * 3) system environment variable TZ
+ * 4) the result of date('T')
+ * If no valid timezone id is found, the default timezone is set to 'UTC'.
+ * You may also manually set the default timezone by passing a valid id to
+ * date_time_zone::set_default().
+ *
+ * This class includes time zone data (from zoneinfo) in the form of a global array, $_DATE_TIMEZONE_DATA.
+ * @package datetime
+ * @version $Id$
+ */
 class lmbDateTimeZone
 {
   var $id;



More information about the limb-svn mailing list