Re: [Datetime-SIG] Add a strftime/strptime code for timezone ID
On 03.11.2016 16:01, Alexander Belopolsky wrote:
On Thu, Nov 3, 2016 at 10:57 AM, M.-A. Lemburg <mal@egenix.com> wrote:
If anything, a new marker should be introduced to output or parse the TZID.
This is exactly the proposal I started this thread with: add "%/" code to output or parse the TZID.
Right, but you also wrote there are discussions to change %Z to return the TZID. I wouldn't want Python to follow such a change. Perhaps I just misread your proposal :-) -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Nov 03 2016)
Python Projects, Coaching and Consulting ... http://www.egenix.com/ Python Database Interfaces ... http://products.egenix.com/ Plone/Zope Database Interfaces ... http://zope.egenix.com/
::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ http://www.malemburg.com/
On Thu, Nov 3, 2016 at 11:05 AM, M.-A. Lemburg <mal@egenix.com> wrote:
Right, but you also wrote there are discussions to change %Z to return the TZID.
I did not, but I do recall this being discussed.
I wouldn't want Python to follow such a change.
Neither would I. I only mentioned %Z as one motivation for my choice of / as the TZID code. Perhaps I just misread your proposal :-)
Perhaps. :-)
participants (2)
-
Alexander Belopolsky
-
M.-A. Lemburg