Qualify time for shared videos

This commit is contained in:
Omar Roth 2018-05-31 09:52:41 -05:00
parent b8d4951a48
commit a405188af6

View file

@ -16,7 +16,7 @@
<b><a style="width:100%;" href="https://youtube.com/channel/<%= video.ucid %>"><%= video.author %></a></b> <b><a style="width:100%;" href="https://youtube.com/channel/<%= video.ucid %>"><%= video.author %></a></b>
</p> </p>
<p> <p>
<h5>Shared <%= video.published.to_s("%B %-d, %Y at %r") %></h5> <h5>Shared <%= video.published.to_s("%B %-d, %Y at %r UTC") %></h5>
</p> </p>
</div> </div>
</div> </div>
@ -39,7 +39,7 @@
<b><a style="width:100%;" href="https://youtube.com/channel/<%= video.ucid %>"><%= video.author %></a></b> <b><a style="width:100%;" href="https://youtube.com/channel/<%= video.ucid %>"><%= video.author %></a></b>
</p> </p>
<p> <p>
<h5>Shared <%= video.published.to_s("%B %-d, %Y at %r") %></h5> <h5>Shared <%= video.published.to_s("%B %-d, %Y at %r UTC") %></h5>
</p> </p>
</div> </div>
</div> </div>