https://github.com/alfonsrv/nextcloud-absolute-timestamps
Nextcloud absolute timestamps โย replace relative, fuzzy timestamps in the file list view ๐
๐
https://github.com/alfonsrv/nextcloud-absolute-timestamps
nextcloud nextcloud-app
Last synced: about 2 months ago
JSON representation
Nextcloud absolute timestamps โย replace relative, fuzzy timestamps in the file list view ๐ ๐
- Host: GitHub
- URL: https://github.com/alfonsrv/nextcloud-absolute-timestamps
- Owner: alfonsrv
- License: agpl-3.0
- Created: 2025-05-30T08:42:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T09:02:00.000Z (about 1 year ago)
- Last Synced: 2025-10-07T04:50:12.334Z (8 months ago)
- Topics: nextcloud, nextcloud-app
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Absolute Timestamps ๐
๐
**โจ ATTENTION: This app is vibe-coded and more of a hotpatch**
A minimal Nextcloud app that replaces all relative timestamps with absolute ones in YYYY-MM-DD HH:MM format.
## Functionality ๐ ๏ธ
- Converts all relative timestamps (like "2 days ago") to absolute format (YYYY-MM-DD HH:MM)
- Works everywhere in the Nextcloud files interface
- No configuration options / settings โ it's just a hotpatch
- Ensures the Modified column is wide enough to display the full timestamp
## Installation ๐พ
1. Clone this repository into your Nextcloud apps directory:
```
cd /path/to/nextcloud/apps
git clone https://github.com/alfonsrv/nextcloud-absolute-timestamps.git absolute_timestamps
```
2. Enable the app:
```
php occ app:enable absolute_timestamps
```
## License ๐
AGPL-3.0-or-later