The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
Template:Timestamp
From Unreal Wiki, The Unreal Engine Documentation Site
2008-05-25 06:34:41
[edit] Documentation
Splits up an ISO timestamp as produced by the {{REVISIONTIMESTAMP}} magic word. This template accepts one parameter, which is the timestamp to split up. If omitted, the page's revision timestamp is used.
[edit] Usage
| Wiki code | Result | Description |
|---|---|---|
{{timestamp}} |
2008-05-25 06:34:41 | last edit timestamp |
{{timestamp|{{REVISIONTIMESTAMP}}}} |
2008-05-25 06:34:41 | same as above |
{{timestamp|{{CURRENTTIMESTAMP}}}} |
2009-11-08 18:02:02 | current time in UTC |
{{timestamp|{{LOCALTIMESTAMP}}}} |
2009-11-08 13:02:02 | current time according to the server's timezone setting |
