$timestampfmt » History » Version 4
Per Amundsen, 08/09/2015 02:44 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | *$timestampfmt* |
||
| 4 | |||
| 5 | Returns the event timestamp format as defined in [[Options_Dialog|Options]] -> [[Options_Messages|Message]]. |
||
| 6 | |||
| 7 | 3 | Per Amundsen | _<notextile>%</notextile> is removed and 'i' is replaced with 'n' for [[$asctime]] compatibility._ |
| 8 | 4 | Per Amundsen | |
| 9 | <pre> |
||
| 10 | ; Format current time using the timestamp format |
||
| 11 | //echo -ag $asctime($ctime, $timestampfmt) |
||
| 12 | </pre> |