Ticket #2771 (closed defect: duplicate)
Opened 6 years ago
Last modified 6 years ago
Timestamp macro is not standard!
| Reported by: | Matt.Callaghan@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.9.4 |
| Severity: | normal | Keywords: | timestamp Timestamp ISO Standard |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I would suspect that the
[[Timestamp]]
macro embedded into trac should be to ISO standard...yes? Currently it's not.
Please review: http://www.iso.org/iso/en/prods-services/popstds/datesandtime.html
If the team is resistant to changing the current Timestamp script, perhaps add an additional script to show the "standard" format of a timestamp?
Thanks very much for your time!
Attachments
Change History
comment:1 Changed 6 years ago by anonymous
comment:2 Changed 6 years ago by mgood
- Resolution set to duplicate
- Status changed from new to closed
The [[Timestamp]] macro uses the date/time representation based on your LOCALE setting. See #1690 regarding use of ISO date formatting.
comment:3 Changed 6 years ago by anonymous
OH!
Why thank you! Much appreciated.



If any change is made, there should just be an argument to specify the format since not everyone would want to use the ISO format.