Sha256: c91bb2b4bdbb4f4f36cc2f7bddc6f80545b2c9e17d8306a291143eb22f964b43
Contents?: true
Size: 568 Bytes
Versions: 1799
Compression:
Stored size: 568 Bytes
Contents
<h4>East Coast</h4> <%= pb_rails("time", props: { time: Time.now, timezone: "America/New_York" }) %> <br> <h4>Central</h4> <%= pb_rails("time", props: { time: Time.now, timezone: "America/Chicago" }) %> <br> <h4>Mountain</h4> <%= pb_rails("time", props: { time: Time.now, timezone: "America/Denver" }) %> <br> <h4>West Coast</h4> <%= pb_rails("time", props: { show_timezone: true, time: Time.now, timezone: "America/Los_Angeles" }) %> <br> <h4>Toyko, Japan</h4> <%= pb_rails("time", props: { time: Time.now, timezone: "Asia/Tokyo", }) %>
Version data entries
1,799 entries across 1,799 versions & 2 rubygems