Add CRM.sigfig utility
[civicrm-core.git] / CRM / Utils / Time.php
index 50a829d0a47c9d792c4d1af29395fa06e5991eaf..99c75e9afcdc505590718a0cec9a021cc2a3d555 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -44,7 +44,7 @@ class CRM_Utils_Time {
   static private $_delta = 0;
 
   /**
-   * Get the time
+   * Get the time.
    *
    * @param string $returnFormat
    *   Format in which date is to be retrieved.
@@ -57,7 +57,7 @@ class CRM_Utils_Time {
   }
 
   /**
-   * Get the time
+   * Get the time.
    *
    * @return int, seconds since epoch
    */
@@ -66,7 +66,7 @@ class CRM_Utils_Time {
   }
 
   /**
-   * Set the given time
+   * Set the given time.
    *
    * @param string $newDateTime
    *   A date formatted with strtotime.
@@ -82,7 +82,7 @@ class CRM_Utils_Time {
   }
 
   /**
-   * Remove any time overrides
+   * Remove any time overrides.
    */
   public static function resetTime() {
     self::$_delta = 0;