~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to lib/eventum/class.date_helper.php

  • Committer: Elan Ruusamäe
  • Date: 2009-06-27 15:00:41 UTC
  • Revision ID: glen@delfi.ee-20090627150041-mpb27al56kmprakw
- restructured

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
// this line needed to make sure PEAR knows all eventum dates are stored as UTC (GMT).
33
33
$GLOBALS['_DATE_TIMEZONE_DEFAULT'] = 'UTC';
34
34
 
35
 
require_once(APP_PEAR_PATH . "Date.php");
 
35
require_once 'Date.php';
36
36
 
37
37
if (!defined('APP_DEFAULT_TIMEZONE')) {
38
38
    define('APP_DEFAULT_TIMEZONE', 'UTC');