Project

General

Profile

$logstampfmt » History » Revision 2

Revision 1 (Per Amundsen, 08/09/2015 02:15 AM) → Revision 2/3 (Per Amundsen, 08/09/2015 02:44 AM)

_Added in 1.9.0_ 

 *$logstampfmt* 

 Returns the logging timestamp format set in [[Options_Dialog|Options]] -> [[Options_Logging|Logging]]. 

 *Example* 

 <pre> 
 ; Format current time using the timestamp format 
 //echo -ag $asctime($ctime, $logstampfmt) 
 </pre>