Project

General

Profile

$timestampfmt » History » Version 5

Per Amundsen, 06/26/2021 12:38 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$timestampfmt*
4
5 5 Per Amundsen
Returns the event timestamp format as defined in [[Options_Dialog|Options]] -> [[Messages Options|Messages]].
6 1 Per Amundsen
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>