php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75885 German weekday abbreviations are wrong
Submitted: 2018-01-29 15:56 UTC Modified: 2018-01-29 16:26 UTC
From: schindler at stillhartkonzept dot ch Assigned:
Status: Not a bug Package: Date/time related
PHP Version: 7.2.1 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: schindler at stillhartkonzept dot ch
New email:
PHP Version: OS:

 

 [2018-01-29 15:56 UTC] schindler at stillhartkonzept dot ch
Description:
------------
German weekday abbreviations per %a should be two not three letters wrong. The three letter abbreviations do not exist in German and look like mistakes. They are unusable.

Test script:
---------------
strftime(%a)

Expected result:
----------------
One of the following: 
Mo, Di, Mi, Do, Fr, Sa, So

Actual result:
--------------
One of the following:
Mon, Die, Mit, Don, Fre, Sam, Son

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-01-29 16:14 UTC] requinix@php.net
-Status: Open +Status: Not a bug -Type: Feature/Change Request +Type: Bug
 [2018-01-29 16:14 UTC] requinix@php.net
PHP's strftime is powered by the system's strftime(3) and locale settings. Look into how you/your distro has that set up.
 [2018-01-29 16:26 UTC] schindler at stillhartkonzept dot ch
Thank you! Sorry. I'll check that out and see who I can write to there.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC