1
0
Fork 0
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:
epriestley 2011-03-07 20:20:48 -08:00
parent 61e16d9cc3
commit 0eba67ce9f

View file

@ -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/');