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

FEATURE REQUEST: Better date format in "Files" view #210

Closed
ceskyDJ opened this issue Apr 21, 2021 · 1 comment
Closed

FEATURE REQUEST: Better date format in "Files" view #210

ceskyDJ opened this issue Apr 21, 2021 · 1 comment
Assignees
Milestone

Comments

@ceskyDJ
Copy link
Contributor

ceskyDJ commented Apr 21, 2021

Hi, the actual format of the date display in the "Files" view isn't very human-friendly. Could you change it to the language-specific format? For Czech language is nice something like this: dd. mm. YYYY HH:MM:SS. It could be implemented by special format sequencies (%d for dd, %m for mm, %Y for YYYY etc.).

If you don't want to do that, you should remove "T" and "Z" chars and milliseconds from the displayed date. New format could look like this: "2021-04-21 20:18:49".

@sbs20
Copy link
Owner

sbs20 commented Apr 22, 2021

For the time being I will remove the T and Z. Datetime localization would be nice, but it's more effort. If it's popular I'll do it in the future.

UPDATE: I've found an easy way!

@sbs20 sbs20 self-assigned this Apr 22, 2021
@sbs20 sbs20 added this to the v2.10.1 milestone Apr 22, 2021
sbs20 added a commit that referenced this issue Apr 26, 2021
@sbs20 sbs20 added the dev label Apr 26, 2021
@sbs20 sbs20 added the staging label Apr 26, 2021
@sbs20 sbs20 closed this as completed Apr 26, 2021
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

2 participants