-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Adjust date display in modified column to be more useful #29807
Comments
The problem with the relative dates is when they're older than a week. If today is may 13, telling me file is 8 months old doesn't tell me its date. Rather I need to think what was 8 months ago. Having a proper date stamp identifies the date immediately. |
Actual date option would be fantastic. To avoid arguments (US vs International) maybe ISO date format? I realize relative is friendly and maybe easier for some people but if you have a lot of files and need to know exactly when, relative is cumbersome/inaccurate to use. The fuzzyness of the relative date format for technical/scientific people is very triggering too. Generally people know today's date and if they need a file from 2 minutes ago or 2 days 3 hours 15 minutes ago, or the file they saved last week Thursday just after lunch time, they can figure that out easier with a proper time stamp then with the fuzzy relative style. |
We also would love to have this option. It could be a user option and the default could remain relative date format. This way the simplicity (argument #10258 (comment)) is kept. |
I just realized using mouse over you get date and time according to your locale in a tool tip. |
Is the tool tip hover option to get the real date not sufficient? |
It would still be nice to have an actual time/date displayed, especially when trying to ascertain date/time of multiple files. Such option can be user selectable - use old view or new view with full date/time stamps. |
Problem I have with the fuzzy time is if multiple files are produced per day or per hour, you end up forever hovering over the column and scrolling to find the right file. I actually have changed some files to include the Date/Time in the name so that they are easier to find. If I try to find a file which I created this time last year and I create multiple files per day its a challenging exercise sometimes I resort to logging in to the server and finding the file in the file system. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Every file browser I know in every OS or app I know displays local time and date. I know of nothing else that displays dates as relative. This should at least be an option for Nextcloud as well for the many reasons stated above. Plus, it's less resources to figure out the actual date then it is to apply logic to determine a relative fuzzy date. |
Any action which requires a mouse to get information limits that information to people who may have disabilities. Having an option to show the actual date and time would mean not alienating those people. |
Please make this an option. |
Looking at some of the competitors, Dropbox, Sharepoint, Onedrive, Google Drive, Zoho WorkDrive, FileCloud all show date and time, I take it this is what people prefer? |
Github web (this site) uses vague time too. But it does not really bother me the way I work with git since the files I primarily work with are local. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as off-topic.
This comment was marked as off-topic.
This lack of feature is now inhibiting my work flow. I have files from clients that I need to reference by the date that they were created. I need to know they were made at certain times on certain days, not simply "six months ago." At this point, I am literally bypassing Nextcloud and looking at the filesystem raw files to see the creation dates of the files so that I can find the things I'm looking for. Obviously, this is not a viable solution for everyone, and it certainly isn't a convenient solution for me. It dramatically slows down my work flow, causing me to spend time working on work instead of working for the client. This literally is time that I cannot bill for, and thus, it is literally costing me money. Please Provide An Option To Show The Actual File Timestamp. |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as off-topic.
This comment was marked as off-topic.
Simple: This feature is not yet decided, we are always welcome contributions, but currently this feature is not on the schedule. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I also would greatly appreciate absolute time. Relative time is a PITA. What does it tell me that a file was create 3 years ago? Nothing - as have several posters argued thoroughly already. Relative time is one of the top mis-features of NC (along with the inability to easily select multiple [think: tens] of files, but I digress). |
For everyone who is adding comments here, that's great, but please be sure to use the +1 thumbs up on the original post to make sure this topic gets it popularity. |
@Pytal what we should go for is a hybrid approach. Just like @gpz1100 commented above:
So we should still say "2 days ago", but also:
And the exact detailed date will still be shown on hover cause there is simply no space to show the full date and time. |
This would be a very good approach. Waiting on @Pytal for estimation! |
This then only needs to be adjusted here: |
Why suggest an intermediate that is only slightly an improvement? I don't want "August, 2022." i want "August 13, 2022." Even better would be "2022-08-13." Why is this such a hard concept? Provide a way to see the actual date of the file in the normal directory listing just like every other operating system does, by default. |
Just show the ISO date/time, surely this is the simplest thing to implement and nobody can argue with that! |
I'd lean towards ISO8601 here, what do you think with the latest comments @jancborchardt? |
Yay!!! It's on a milestone!!! |
Next step: Get the calendar to display in 24-hour time :) It really seems like these should be globally-applied settings per user backed by a system setting for a default:
|
I agree. This is how it should have been on day 1. I would think "relative time" takes a few more processor cycles than "just show the file timestamp" so I would think that there would have been an option for relative time and absolute would have been the default. I take astrophotography images that are 50MB each and I take a 1000 or so each night. Sorting through older images based on relative time is an absolute waste of my time. So much so that I end up SSHing to the server and doing filework inside the Nexcloud data directory. Not ideal. Having actual, sortable, human-readable dates show up would help me immensely. I'll be patient while this milestone approaches. |
100% I don't even think that relative times are useless, but I think they belong in another column altogether than the actual timestamp. Like it might be useful to have (for example) |
I think this is a different discussion, we have two things here:
The first one is where @jancborchardt wants to improve it, and I think we should do this in any case. Implementation-wise all that would be needed is setting
This is the user facing frontend, there are many non-technical users that just want their date format (e.g. dd.mm.yyyy instead of yyyy-mm-dd). I would not open that box by adding something custom here and instead just use the users locale formatting like we do in any other place as well. So if you do it like this (disable |
Both points make sense to me and |
How to use GitHub
Is your feature request related to a problem? Please describe.
Searching a file with a specific date in a long ist of files is difficult, because it's always displayed as "x months ago". The real date is in the "title", but this doesn't help much.
Describe the solution you'd like
Add an option to the menu in the lower left corner to switch between a "x days ago" and a date display according to users selected locale.
There should be an option to show time stamps via locale settings, rather than relative date. I think many people would prefer a plain date format.
Describe alternatives you've considered
Using the client or WebDAV and an other file manager on the client, but this is not always a possibility.
Last issue I could find #10258 appears to be closed without discussion.
The text was updated successfully, but these errors were encountered: