One of the first things I wanted to do once I got the Tumblelog changed to Ephemera was to include the time that entries were recorded. It didn't seem very useful to me to have the date, but no time in the entry. With the help of people on the Symphony forums, it was really simple. All I had to do was go to Blueprints > Components and select the section name, in this case Ephemera. The XSL for the section looked like this:
<xsl:copy-of select="fields/log-entry/*"/>
The only thing that needed to be done was add in this code above that.
<xsl:call-template name="get-time">
<xsl:with-param name="time" select="time"/>
</xsl:call-template>
<xsl:text> - </xsl:text>
Now all my Ephemera entries look like this:
6:14pm - Now you can see times in the entries.