python-tzlocal 2.1~b1-ok1 source package in openKylin

Changelog

python-tzlocal (2.1~b1-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python

Downloads

File Size SHA-256 Checksum
python-tzlocal_2.1~b1.orig.tar.gz 18.0 KiB 02fdfd44df009d1b53acbed0b088c8e986002af8bd5df84da1c267cb619ed5dd
python-tzlocal_2.1~b1-ok1.debian.tar.xz 2.0 KiB 144cf1b366cae95fedf364293eb0a4c17ed8a33204ab62d1d28bb2ede2e64c97
python-tzlocal_2.1~b1-ok1.dsc 1.9 KiB b22f78a9735d771ccfeb89688570cfef0ca060bfc6b984290d3e9913c65ce0d2

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>