Skip to content

Commit

Permalink
fix: use Time class instead of Date class (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kusakusakusa authored and Josh Holtz committed Nov 2, 2017
1 parent b69a931 commit 1d1a2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/s3_android_html_template.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
Install <%= title %> <%= version_name %> (<%= version_code %>)
</a>
<br>
<p>Built on <%= Date.today.strftime('%a, %e %b %Y %H:%M %p') %></p>
<p>Built on <%= Time.now.strftime('%a, %e %b %Y %H:%M %p') %></p>
</span>

<!-- <span class="download" id="android">
Expand Down

0 comments on commit 1d1a2fc

Please sign in to comment.