diff options
| -rw-r--r-- | src/views/subscriptions.ecr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/subscriptions.ecr b/src/views/subscriptions.ecr index 7c6f722d..99cff3de 100644 --- a/src/views/subscriptions.ecr +++ b/src/views/subscriptions.ecr @@ -16,7 +16,7 @@ <b><a style="width:100%;" href="https://youtube.com/channel/<%= video.ucid %>"><%= video.author %></a></b> </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> </div> </div> @@ -39,7 +39,7 @@ <b><a style="width:100%;" href="https://youtube.com/channel/<%= video.ucid %>"><%= video.author %></a></b> </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> </div> </div> |
