Skip to content

"Release Date” columns are always displays “Unknown" #9

@YusukeHosonuma

Description

@YusukeHosonuma

"Release Date” columns are always displays “Unknown" when use japanese(or also other languages maybe).
image

Probably the cause is that the date output of the xcodes command included in the project is localized.

$ pwd
.../XcodeUpdatesInternal/XcodeUpdatesInternal/External

$ ./xcodes list --print-dates # use Japanese
2.3 (5月 23, 2006)
2.4 (8月 11, 2006)
2.4.1 (10月 31, 2006)
...

$ ./xcodes list --print-dates # use English
2.3 (May 23, 2006)
2.4 (August 11, 2006)
2.4.1 (October 31, 2006)

Below expression are return nil.

image

I couldn't find the "--print-dates" option in the RobotsAndPencils/xcodes in the official repository, so I've juste reported the problem in here.

$ xcodes version
0.15.0

$ xcodes list --print-dates
Error: unknown shorthand flag: 'print-dates'

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions