Marlon Pierce created AIRAVATA-1379:
---------------------------------------
Summary: Date() settings in PGA gateway
Key: AIRAVATA-1379
URL: https://issues.apache.org/jira/browse/AIRAVATA-1379
Project: Airavata
Issue Type: Improvement
Reporter: Marlon Pierce
The PGA gateway uses PHP's date() function to convert Airavata's time integer
into human-readable form. This results in a warning message:
Warning: date(): It is not safe to rely on the system's timezone settings.
The solution is to set the time zone. This can either be done in the PHP pages
that use date() or else globally in php.ini file, but I prefer the former since
it makes PGA more self-contained.
We need however to confirm the timezone of the timestamp returned by Airavata.
--
This message was sent by Atlassian JIRA
(v6.2#6252)