You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
Luke Aeschleman edited this page Dec 7, 2017
·
1 revision
Setting the site timezone
To ensure that dates and times are rendered correctly, the site's timezone should set to conference location's timezone. You can set the timezone in the _config.yml file.
Creating timestamps
When creating timestamps for posts and events, avoid common pitfalls by adhering to these practices:
Use the full date, not just the time. This will ensure that DST is properly adjusted.
Use the conference's timezone, not your local timezone.