You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, directories are given a timestamp of 0, so they render as 1970:
It would be more accurate to show their dates as empty, like Azure storage explorer does:
(It would be good to know what S3 does, I don't have a current account. But I think the S3 code in flask-admin also sets a timestamp of 0 for directories).
This would be a change to BaseFileAdmin and possibly the templates.
The text was updated successfully, but these errors were encountered:
Discussed in #2573
Currently, directories are given a timestamp of 0, so they render as 1970:
![Screenshot 2025-02-11 at 11 58 16 AM](https://private-user-images.githubusercontent.com/297042/412144674-256d2d51-235f-4761-a683-d6f6146a32c3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDM3NzksIm5iZiI6MTczOTY0MzQ3OSwicGF0aCI6Ii8yOTcwNDIvNDEyMTQ0Njc0LTI1NmQyZDUxLTIzNWYtNDc2MS1hNjgzLWQ2ZjYxNDZhMzJjMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxODE3NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zNzlkZmVmNjkyOTAwMzlhZWZlZWRkNGU0YjRkNjE1MDgyYTE2OTBkODg4ZjY0NzE2ZGFjOGZkYzIxMTM4YTYzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.3mYqABB5JnB7ax01LxFTEocMDI39skKJDz6xgg8QGdc)
It would be more accurate to show their dates as empty, like Azure storage explorer does:
![Screenshot 2025-02-11 at 11 21 29 AM](https://private-user-images.githubusercontent.com/297042/412144992-ded8ee15-94af-4231-ad46-a9eb9530ce64.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDM3NzksIm5iZiI6MTczOTY0MzQ3OSwicGF0aCI6Ii8yOTcwNDIvNDEyMTQ0OTkyLWRlZDhlZTE1LTk0YWYtNDIzMS1hZDQ2LWE5ZWI5NTMwY2U2NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxODE3NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MjEwM2NlYjc2OGUyYWYwNGNiMTI5YTFhYzE4ZGE2Zjg0NDcwZGQwMjQzOTI3MWY1NDRiMzc5NmExODYzNTAwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._DjUyGfdkbrOWzukHVzlrC-K-vqDxcAydivDtNScKq8)
(It would be good to know what S3 does, I don't have a current account. But I think the S3 code in flask-admin also sets a timestamp of 0 for directories).
This would be a change to BaseFileAdmin and possibly the templates.
The text was updated successfully, but these errors were encountered: