php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68071 Change in INTL DateTime Formatter for 'nb_NO' locale
Submitted: 2014-09-22 11:06 UTC Modified: 2016-06-26 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: alek dot morland at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: *Languages/Translation
PHP Version: Irrelevant OS: Ubuntu
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
38 - 9 = ?
Subscribe to this entry?

 
 [2014-09-22 11:06 UTC] alek dot morland at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/intldateformatter.format
---
Run this code on PHP 5.3 and 5.5 and see it change the format, for the Norwegian locale.

Test script:
---------------
<?php
$locale = 'nb_NO';
$formatter = IntlDateFormatter::create($locale, IntlDateFormatter::MEDIUM, IntlDateFormatter::MEDIUM, date_default_timezone_get());
echo $formatter->format(time());


Expected result:
----------------
19:08:17 19. sep. 2014

Actual result:
--------------
19. sep. 2014, 19:08:17

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-06-07 17:01 UTC] cmb@php.net
-Status: Open +Status: Feedback
 [2016-06-07 17:01 UTC] cmb@php.net
Do you claim that `19. sep. 2014, 19:08:17` is wrong? Seems pretty
fine to me, but I don't speak Norwegian.
 [2016-06-15 00:22 UTC] cmb@php.net
-Assigned To: +Assigned To: cmb
 [2016-06-26 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC