Skip to content

Commit

Permalink
Setting timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Dec 16, 2011
1 parent 44325d0 commit b4f3e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/gwdg.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* To run this script, just execute on the command line. The script assumes
* it's in the standard bin/ directory.
*/
date_default_timezone_set('UTC');

$libDir = realpath(__DIR__ . '/../lib');
$outputDir = __DIR__ . '/../docs/wikidocs';
Expand Down
1 change: 1 addition & 0 deletions bin/pearpackage3.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env php
<?php

date_default_timezone_set('UTC');

$make = false;
$packageName = null;
Expand Down

0 comments on commit b4f3e8d

Please sign in to comment.