python-tzlocal 5.3.1-ok1 source package in openKylin

Changelog

python-tzlocal (5.3.1-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:34:06 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-tzlocal_5.3.1.orig.tar.gz 25.7 KiB 3db2c8d811992bb88472aaf7d9bf2d5108367cf959b6b7fe38e3c2b31e7ac91c
python-tzlocal_5.3.1-ok1.debian.tar.xz 2.2 KiB ee199d94aeca35c94466a9ccfcb00e2c1637e960039ca1f2119c92b88955cb2b
python-tzlocal_5.3.1-ok1.dsc 2.0 KiB 6d3e94fe3b4976c43d202cd7c569b56d3d61e897c197a005440b4101419203c5

Available diffs

View changes file

Binary packages built by this source

python3-tzlocal: tzinfo object for the local timezone

 This Python module returns a tzinfo object with the local timezone
 information.
 .
 Example of usage:
 .
    >>> from tzlocal import get_localzone
    >>> tz = get_localzone()
    >>> tz
    <DstTzInfo 'Europe/Warsaw' WMT+1:24:00 STD>