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

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.

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.
"Release Date” columns are always displays “Unknown" when use japanese(or also other languages maybe).

Probably the cause is that the date output of the xcodes command included in the project is localized.
Below expression are return
nil.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.
Thanks.