Edgewall Software

Changes between Version 89 and Version 90 of TracLinks


Ignore:
Timestamp:
Sep 6, 2013, 4:53:02 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Clarification of timezone links and some more examples.

Legend:

Unmodified
Added
Removed
Modified
  • TracLinks

    v89 v90  
    318318=== timeline: links ===
    319319
    320 Links to the timeline can be created by specifying a date in the ISO:8601 format. The date can be optionally followed by a time specification. The time is interpreted as being UTC time, but alternatively you can specify your local time, followed by your timezone if you don't want to compute the UTC time.
     320Links to the timeline can be created by specifying a date in the ISO:8601 format. The date can be optionally followed by a time specification. The time is interpreted as being UTC time, but if you don't want to compute the UTC time, you can specify a local time followed by your timezone offset relative to UTC.
    321321
    322322Examples:
     
    325325 - `timeline:2008-01-29T15:48Z`
    326326 - `timeline:2008-01-29T16:48+01`
     327 - `timeline:2008-01-29T16:48+0100`
     328 - `timeline:2008-01-29T16:48+01:00`
    327329
    328330''(since Trac 0.11)''