mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1647] Use ISO8601 format for dates and times #1151
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wsw70 on GitHub (Mar 9, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1647
💡 Idea
This is how I see a notification on the web interface
My browser locale is French so the date should be 08/03/2026 but independently of this the proper date format is ISO8601 (the linked reference dispels all need for discussion on that topic 🙂)
It would be awesome to be able to force all dates to be displayed in that format independently of the browser setting (or hardcoded defaults).
Additionally, the current date/time format makes it impossible to have the correct date for notifications coming from different time zones.
💻 Target components
Configuration on the server side