README.md in jekyll-theme-conference-3.6.5 vs README.md in jekyll-theme-conference-3.6.6

- old
+ new

@@ -29,10 +29,11 @@ * [Automatic Build](#automatic-build) - [Configuration](#configuration) * [Theme Verification](#theme-verification) * [Collection URLs](#collection-urls) * [Language](#language) + * [Timezone](#timezone) * [Navigation Bar](#navigation-bar) * [Open Graph Link Preview](#open-graph-link-preview) * [Main Landing Page](#main-landing-page) * [Information Boxes](#information-boxes) * [Live Indications & Streaming](#live-indications--streaming) @@ -247,9 +248,20 @@ Example: ```yaml conference: lang: en +``` + +### Timezone + +Multiple dynamic features such as showing the current day in the program or live indications require correct timing. Define the timezone in which the conference takes place with the `tz` property set to a valid [UTC timezone offset](https://en.wikipedia.org/wiki/List_of_UTC_offsets) in the format `"+/-HH:MM"`: + +Example: + +```yaml +conference: + tz: "+02:00" ``` ### Navigation Bar The navigation bar is located at the top and visible on every site. On the right it show the title of the website (`site.title`) followed by the links listed under the `links` property of the `navigation` property. See the _Content_ > _Links_ section below for the available properties per link.