An open API service indexing awesome lists of open source software.

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 ๐Ÿ“…๐Ÿ”

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