Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct ja-JP time format #77

Merged
merged 2 commits into from
Jul 10, 2020
Merged

Correct ja-JP time format #77

merged 2 commits into from
Jul 10, 2020

Commits on Mar 10, 2020

  1. Correct ja-JP time format

    - The old format of date time `"%Y %b %e %a %X"` generates strings like `2020 3月 10 火 15:20:22`, which is not correct. The date part of them should be either `2020/03/10` using slashes as separators or `2020年3月10日` using 年 (year), 月 (month) and 日 (day) as suffixes. Using suffixes partly should be avoided.
    - Month names are replaced with numeric notation with kanji suffix because these names are obsolete and mostly used for Chinese luni-solar calendar.
    mandel59 authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b85fc8f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. simplify dateTime

    Fil authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    37472b9 View commit details
    Browse the repository at this point in the history