[issue10381] Add timezone support to datetime C API

Alexander Belopolsky report at bugs.python.org
Wed Nov 10 19:50:57 CET 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

With timezone class added to datetime module, C API should be extended to at the minimum support efficient creation of timezone instances and access to the singleton UTC instance.

I am not sure whether PyDateTime_TimeZone details should be exposed in datetime.h because presumably programmers should access it through the abstract tzinfo interface.

----------
assignee: belopolsky
components: Extension Modules
messages: 120928
nosy: belopolsky
priority: normal
severity: normal
stage: needs patch
status: open
title: Add timezone support to datetime C API
type: feature request
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10381>
_______________________________________


More information about the Python-bugs-list mailing list