mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Get rid of explicit timezone silliness.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
61e16d9cc3
commit
0eba67ce9f
1 changed files with 0 additions and 4 deletions
|
@ -25,8 +25,4 @@ if (!@constant('__LIBPHUTIL__')) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ini_get('date.timezone')) {
|
|
||||||
date_default_timezone_set('America/Los_Angeles');
|
|
||||||
}
|
|
||||||
|
|
||||||
phutil_load_library(dirname(__FILE__).'/../src/');
|
phutil_load_library(dirname(__FILE__).'/../src/');
|
||||||
|
|
Loading…
Reference in a new issue