jboxberger / synology-gitlab

Updated an improved Original Synology Package
MIT License
129 stars 20 forks source link

time keeping #27

Closed Hardcore-fs closed 6 years ago

Hardcore-fs commented 6 years ago

would it be possible to add an "NTP" client to the synology container.

since the time zone info for this implementation is incorrect, depending on where in the world you are.

currently it seems GIT pushes are not showing the "local" time.

jboxberger commented 6 years ago

Hi,

have you tried to set the environment variable GITLAB_TIMEZONE in your docker container? Does this help?

GITLAB_TIMEZONE | Configure the timezone for the gitlab application. This configuration does not effect cron jobs. Defaults to UTC. See the list of acceptable values. Source: https://hub.docker.com/r/sameersbn/gitlab/ List of Acceptable Values: http://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html

Kind Regards