python-tzlocal 5.2-ok1 source package in openKylin

Changelog

python-tzlocal (5.2-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Tue, 30 Apr 2024 17:48:53 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tzlocal_5.2.orig.tar.gz 25.1 KiB 1fa51b954955ff1228244f8f1d52ab9261546ce34de3558b6afa7f94e0791971
python-tzlocal_5.2-ok1.debian.tar.xz 2.2 KiB c2352d9acddfd7d58feb3e8ba6c6b7acea9159b6f3fe8db7d394ae9c57f1764d
python-tzlocal_5.2-ok1.dsc 1.9 KiB 1d19e6c463aa46d982a5c1f48794e05865b55fc30be07439f20e19b8d2f0c8fe

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>