Open
Description
-
Problem: The human-readable times are wrong after changing the timezone in conf/app.php and php.ini. After changing them, the time displayed in the popovers is correct, but the human readable format is one hour off (my timezone is GMT+1). Things that happened a few seconda ago show "in an hour".
Commit eveseat/web@edb4f27 seems to be causing this, since it presumes the time is in UTC. The human_readable function should probably be changed to use PHP's actual timezone. -
Expected: The human-readable format should be generated using the Timezone used by PHP
-
Version Info: PHP 7.0.25, SeAT 2.0.19, Ubuntu 16.04.3