
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
pytzdata
Advanced tools
Pytzdata ########
.. image:: https://travis-ci.org/sdispater/pytzdata.png :alt: Pytzdata Build status :target: https://travis-ci.org/sdispater/pytzdata
The Olson timezone database for Python.
Supports Python 2.7+ and 3.5+.
pip install pytzdata
You can access the content of a specific timezone file by using the tz_file() function:
.. code-block:: python
from pytzdata import tz_file
with tz_file('Europe/Paris') as f:
# Do something with the file
If you just want to know the path to a specific timezone file, you may use the tz_path() function:
.. code-block:: python
from pytzdata import tz_path
tz_path('Europe/Paris')
By default, pytzdata will use the bundled timezone database, however you can set
a custom directory that holds the timezone files using the set_directory function:
.. code-block:: python
import pytzdata
pytzdata.set_directory('/custom/zoneinfo')
You can also set the PYTZDATA_TZDATADIR environment variable to set a custom directory.
To make a new release just follow these steps:
make datapytzdata/version.py and tests/test_version.pymake toxIssue Tracker <https://github.com/sdispater/pytzdata/issues>_FAQs
The Olson timezone database for Python.
We found that pytzdata demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.