-
Notifications
You must be signed in to change notification settings - Fork 282
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
Date last modified seems to be sorted alphabetically #70
Comments
Hi, it should be sorted on the underlying timestamp, not the displayed text. Can you provide an example where it's incorrect? The reason we show both 'Last Modified' and 'Timestamp' is simply that it was requested some time ago, and it was then implemented. It would be simple to remove one column from your deployment if needed. |
Hrmm, it seems like it's sitting correctly for me at the moment. Yesterday I had a situation where the file modified 6 hours ago was before the file modified 5 hours who, but then earlie modified dates followed. Was (6,5,11,12 etc). Sorting either way on modified swapped the order but didn't resolve. Maybe alphabetical was wrong, but something was wrong. I cant replicate now though. You're right though - I'll just hide the column. Thanks!
…________________________________
From: john <[email protected]>
Sent: Tuesday, December 31, 2019 4:58:04 AM
To: awslabs/aws-js-s3-explorer <[email protected]>
Cc: Sheldon Johnson <[email protected]>; Author <[email protected]>
Subject: Re: [awslabs/aws-js-s3-explorer] Date last modified seems to be sorted alphabetically (#70)
Hi, it should be sorted on the underlying timestamp, not the displayed text. Can you provide an example where it's incorrect?
The reason we show both 'Last Modified' and 'Timestamp' is simply that it was requested some time ago, and it was then implemented. It would be simple to remove one column from your deployment if needed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#70?email_source=notifications&email_token=AB5HQ4YLA6HDUXFN72AVRY3Q3IZCZA5CNFSM4KBNZOQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH225ZY#issuecomment-569749223>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB5HQ45EKHJLZ5SCG3WV653Q3IZCZANCNFSM4KBNZOQA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should probably just show a timestamp, since this is what is most common anyway
The text was updated successfully, but these errors were encountered: