-
Notifications
You must be signed in to change notification settings - Fork 8
Timezone & Timestamps
phette23 edited this page Jun 14, 2018
·
1 revision
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.
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.
- Don't convert to GMT.