publish_time

Previous page  First page  Next page

publish_time is a string variable containing the time the article was published using the 12-hour clock.

 

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.