This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/18918] hu_HU: change time to HH:MM:SS format


https://sourceware.org/bugzilla/show_bug.cgi?id=18918

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c7266a2d8204b1a105df1a1f11d56319f0093d13 (commit)
      from  8fe5f986c86c6505bd887e02135fa41bfde4f552 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c7266a2d8204b1a105df1a1f11d56319f0093d13

commit c7266a2d8204b1a105df1a1f11d56319f0093d13
Author: Egmont Koblinger <egmont@gmail.com>
Date:   Tue Oct 13 20:48:55 2015 +0200

    hu_HU: change time separator to colon [BZ #18918]

    The previous (11th) version of the Hungarian spelling rules (released
    in 1984) said that the separator had to be a dot, e.g. 10.35 meaning
    10 o'clock 35 minutes. glibc correctly implements this.

    The brand new (12th) version, in effect since September 1, 2015 adopts
    to the common use of colon (especially in the digital world) and
    allows to use either separator, without even expressing a preference.

    For computer systems, using colons is way more typical and probably
    easier to recognize. Dot is typically used in printed materials.

    It also avoids an almost ambiguous situation where a space makes a
    difference, e.g. "10.15-ig" means "until 10 o'clock 15 minutes"
    whereas "10. 15-ig" means "until 15th of October". So I believe using
    the colon as the separator is not only more frequent in the computer
    world, but is also easier and quicker to recognize for the brain that
    it's about hour:minute rather than month and day. And luckily it's now
    equally correct according to the official rules.

    11th edition: http://helyesiras.mta.hu/helyesiras/default/akh11

    12th edition: http://helyesiras.mta.hu/helyesiras/default/akh12

    In both editions it's the very last (299th and 300th, respectively) rule.

    Microsoft also uses and recommends a colon since at least May 2011:
   
http://download.microsoft.com/download/e/6/1/e61266b2-d8b4-4fe0-a553-f01dc3976675/hun-hun-StyleGuide.pdf
      The time format is different in common language and in the language of
      IT. In common texts we usually do not abbreviate, so the full forms are
      used: â7 Ãra 10 perckor csÃrgÃtt a telefonâ. However, the short format,
      consisting of numerals only, can also be used. In this case a period
      must be used between the two numbers and there must not be a space
      between them: âtalÃlkozzunk 10.45-korâ.

      However, in software mostly the short format is used, and the numbers
      are separated by a colon. An obvious example is the clock in the bottom
      right corner of your screen, thus 18:31.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                     |   10 +++++-----
 localedata/ChangeLog     |    5 +++++
 localedata/locales/hu_HU |   10 +++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]