[php-maint] Bug#865670: Bug#865670: php7.0-fpm: The timezone Europe/Budapest is not working anymore. Europe/Paris works.

Ondřej Surý ondrej at sury.org
Wed Aug 23 09:25:17 UTC 2017


Thanks (also please keep the Cc of Debian BTS).

Few more things, could you send output of:

0. apt-cache policy php7.0-cli

1. apt-cache policy tzdata

2. debsums -c tzdata # you might need install debsums package first

3. stat /usr/share/zoneinfo/Europe/Budapest

4. sha256sum /usr/share/zoneinfo/Europe/Budapest

Are any other non-packaged PHP modules loaded in the PHP?

Cheers,
Ondrej

> On 08/23/2017 08:30 AM, Ondřej Surý wrote:
> > Control: tags +moreinfo
> >
> > Hi Patrik,
> >
> > I can't really reproduce the error with any PHP versions I have on my
> > system. They are at the latest upstream (7.0.22), but this shouldn't
> > make any difference. However please retest with 7.0.22-2 anyway just to
> > be sure.
> >
> > ondrej at lettie:/tmp$ php5.6 europe-budapest.php
> > object(DateTime)#1 (3) {
> >    ["date"]=>
> >    string(26) "2017-08-23 08:24:46.000000"
> >    ["timezone_type"]=>
> >    int(3)
> >    ["timezone"]=>
> >    string(15) "Europe/Budapest"
> > }
> >
> > ondrej at lettie:/tmp$ php7.0 europe-budapest.php
> > object(DateTime)#1 (3) {
> >    ["date"]=>
> >    string(26) "2017-08-23 08:24:52.000000"
> >    ["timezone_type"]=>
> >    int(3)
> >    ["timezone"]=>
> >    string(15) "Europe/Budapest"
> > }
> >
> > ondrej at lettie:/tmp$ php7.1 europe-budapest.php
> > object(DateTime)#1 (3) {
> >    ["date"]=>
> >    string(26) "2017-08-23 08:24:54.849724"
> >    ["timezone_type"]=>
> >    int(3)
> >    ["timezone"]=>
> >    string(15) "Europe/Budapest"
> > }
> >
> > Could you attach output of
> >
> > strace php /tmp/74806.php
> >
> > to this bug report?
> >
> > Cheers,
> 
> Email had 1 attachment:
> + 74806.php.strace
>   239k (text/plain)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 74806.php.strace
Type: application/octet-stream
Size: 174739 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-maint/attachments/20170823/53771fe6/attachment-0001.obj>


More information about the pkg-php-maint mailing list