-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The timezone is by default 'America/Los_Angeles'
There should be an option to choose the current Timezone to
a) create a file in /etc/php5/apache2/conf.d/30-custom-redcap.ini with content
date.timezone = 'Europe/Berlin'(e.g.)
b) create a .htaccess in the /var/www/ directory with the content
php_value date.timezone 'Europe/Berlin' [0]
c) update the readme for the note to edit the timezone.
[0] https://community.projectredcap.org/questions/22214/specify-time-zone-for-each-install.html
Metadata
Metadata
Assignees
Labels
No labels