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

[GearSwap] Change exported filename format for accessibility #1448

Closed
nekonok opened this issue May 31, 2016 · 0 comments
Closed

[GearSwap] Change exported filename format for accessibility #1448

nekonok opened this issue May 31, 2016 · 0 comments

Comments

@nekonok
Copy link
Contributor

nekonok commented May 31, 2016

When we execute gs export, we get a file named like Character 12 50 47PM 16-22-05.lua.
But it's hard to find because they can not be sorted with datetime by filenames.
And this date format is not familiar to JP users.

So I suggest to use RFC3339 date format like 2001-02-03 04:05:06+09:00 (Timezone is unnecessary).

Source: https://github.com/Windower/Lua/blob/dev/addons/GearSwap/export.lua#L171

        path = path..os.date(' %H %M %S%p  %y-%d-%m')
@Byrth Byrth closed this as completed in 1f74f7f Oct 11, 2016
Byrth added a commit that referenced this issue Oct 11, 2016
…ort-date-format

close #1448 [GearSwap] Export file with `%Y-%m-%d %H-%M-%S` format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant