Skip to content

Commit

Permalink
Fix some typos in README, including backport name (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg authored Dec 8, 2023
1 parent cefa38c commit 52e5372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This Python module returns the `IANA time zone name
<https://www.iana.org/time-zones>`_ for your local time zone or a ``tzinfo``
object with the local timezone information, under Unix and Windows.

It requires Python 3.8 or later, and will use the ``backports.tzinfo``
It requires Python 3.8 or later, and will use the ``backports.zoneinfo``
package, for Python 3.8.

This module attempts to fix a glaring hole in the ``pytz`` and ``zoneinfo``
Expand All @@ -48,7 +48,7 @@ What it's not for
-----------------

It's not for converting the current time between UTC and your local time. There are
other, simpler ways of doing this. This is ig you need to know things like the name
other, simpler ways of doing this. This is if you need to know things like the name
of the time zone, or if you need to be able to convert between your time zone and
another time zone for times that are in the future or in the past.

Expand Down Expand Up @@ -89,7 +89,7 @@ Notes on Docker
---------------

It turns out that Docker images frequently have broken timezone setups.
This usually resuts in a warning that the configuration is wrong, or that
This usually results in a warning that the configuration is wrong, or that
the timezone offset doesn't match the found timezone.

The easiest way to fix that is to set a TZ variable in your docker setup
Expand Down

0 comments on commit 52e5372

Please sign in to comment.