Sha256: 7f2e6cc72a690930a7485aeba340bfc6a6e0fa2d0bce4e16540a87fc6b033e50

Contents?: true

Size: 400 Bytes

Versions: 5

Compression:

Stored size: 400 Bytes

Contents

{% assign datetime_start = site.conference.live.date | append: " " | append: time_start | append: " " | append: site.conference.live.timezone %}
{% assign timestamp_start = datetime_start | date: "%s" %}
{% assign datetime_end = site.conference.live.date | append: " " | append: time_end | append: " " | append: site.conference.live.timezone %}
{% assign timestamp_end = datetime_end | date: "%s" %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-conference-2.5.4 _includes/partials/get_timestamp.html
jekyll-theme-conference-2.5.3 _includes/partials/get_timestamp.html
jekyll-theme-conference-2.5.2 _includes/partials/get_timestamp.html
jekyll-theme-conference-2.5.1 _includes/partials/get_timestamp.html
jekyll-theme-conference-2.5.0 _includes/partials/get_timestamp.html