Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1013 Bytes

tz.md

File metadata and controls

24 lines (20 loc) · 1013 Bytes
layout title
default
Sopel Timezone Settings

Your timezone couldn't be detected. Enable JavaScript, or see instructions below.

<script src="https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.4/jstz.min.js"></script> <script> var timezone = jstz.determine(); var header = document.getElementById("yourTimezone"); header.innerHTML = "Your timezone is probably: " + timezone.name(); </script>

If this isn't your timezone, you can look it up here.

Timezones like "EST" are ambiguous. EST could mean US eastern time, Australia eastern time, or Egypt time; many other abbreviations are ambiguous, too. Then there are daylight saving rules and other smaller differences. And then they change… Timezones just, generally, suck. So Sopel makes use of much more specific names, which refer to a database that has all these complicated rules taken care of.