Example #1
0
 /**
  * Sets the locale.
  *
  * @param   string  $locale  The locale to set.
  *
  * @return  void
  *
  * @since   2.0.0
  */
 public static function setLocale($locale)
 {
     DateTime::setLocale($locale);
 }