publish_time
Previous  Top  Next

A string variable containing the time (in 12-hour clock format) when the article was published.

The format is:

hh:mm[AM | PM] timezone  
 
Where:
·hh are the digits for the hour. Hours less than 10 have a leading zero.  
·mm are the digits for the minutes. Minutes less than 10 have a leading zero.  
·[AM | PM] is "AM" or "PM", depending on the hour.  
·timezone is the standardized abbreviation for the timezone set by author. The timezone is set on a per-article basis.  



Example
The following displays the time when the article was posted immediately after "Posted at":

Posted at {{publish_time}}.  

For an article posted on Wednesday, February 18, 2004 at 19:23:26 Eastern Standard Time, the above would cause "07:23PM EST" to be displayed.