•  
      request #11971 New git UI displays wrong "Last Update" time
    Infos
    #11971
    Patricia Carrasco (pcar)
    2020-09-11 10:51
    2018-07-30 22:11
    12694
    Details
    New git UI displays wrong "Last Update" time
    We installed Tuleap™ 10.3.99.64 on one of our servers. We created a new repo and noticed that the "Last Update" time is not correct. Our server is located in Europe, and I'm located in the eastern time zone. The "Last update 6 hours ago"
    SCM/Git
    10.3
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Stephan Bill (stephanbill), Ruben (lmcrubs), Sepideh Javdani (sepideh_8591)
    Stage
    Empty
    New
    Empty
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Not sure if this issue is related to request #11850. We are still experiencing this issue after installing Tuleap 10.3. The issue occurs on newly created repos.
    User avatar
    [root@eselivm2v692l ~]# cd /etc/opt/rh/rh-php56/php-fpm.d/
    [root@eselivm2v692l php-fpm.d]# ls -ltr
    total 140
    -rw-r--r-- 1 root root 18613 Oct 17 2017 www.conf.org
    -rw-r--r-- 1 root root 19170 Oct 17 2017 www.conf.rpmsave
    -rw-r--r-- 1 root root 19358 Nov 20 2017 www.conf.preans
    -rw-r--r-- 1 root root 19083 Apr 3 16:42 tuleap.conf.bkp
    -rw-r--r-- 1 root root 19148 Apr 3 17:35 www.conf.orig
    -rw-r--r-- 1 root root 19083 Apr 9 16:42 tuleap.conf.bk
    -rw-r--r-- 1 root root 19148 Apr 10 17:56 www.conf
    [root@eselivm2v692l php-fpm.d]# more www.conf | grep time
    ; be alive at the same time.
    ; can be alive at the same time.
    ; pm.process_idle_timeout - The number of seconds after which
    ;pm.process_idle_timeout = 10s;
    ; start time - the date and time FPM has started;
    ; max children reached - number of times, the process limit has been reached,
    ; Value are updated in real time.
    ; start time: 01/Jul/2011:17:53:49 +0200
    ; start time - the date and time the process has started;
    ; start time: 01/Jul/2011:17:53:49 +0200
    ; Note: There is a real-time FPM status monitoring sample web page available
    ; %d: time taken to serve the request
    ; %t: server time the request was received
    ; it can accept a strftime(3) format:
    ; %T: time the log has been written (the request has finished)
    ; it can accept a strftime(3) format:
    ; Note: slowlog is mandatory if request_slowlog_timeout is set
    ; The timeout for serving a single request after which a PHP backtrace will be
    ;request_slowlog_timeout = 0
    ; The timeout for serving a single request after which the worker process will
    ; be killed. This option should be used when the 'max_execution_time' ini option
    ;request_terminate_timeout = 0
    ; process time (several ms).
    php_value[date.timezone] = Europe/Stockholm
    [root@eselivm2v692l php-fpm.d]#
    User avatar
    Thomas Gerbet (tgerbet)2018-07-31 08:50
    Hello,

    I just tried to reproduce the issue on my side but it seems fine.

    Can you please tell us what timezone your PHP-FPM server uses (you can find that in /etc/opt/rh/rh-php56/php-fpm.d/tuleap.conf) and what was your test scenario?