[Datetime-SIG] What's are the issues?

Alexander Belopolsky alexander.belopolsky at gmail.com
Wed Jul 29 19:49:51 CEST 2015


On Wed, Jul 29, 2015 at 1:42 PM, Łukasz Rekucki <lrekucki at gmail.com> wrote:
> That's because your program does not need to be time zone aware *at
> all* (it works on Local Datetime). Everyone already agrees that this
> work.

Almost.  Suppose, instead of a day, I am looking for an hour with the
highest volume and I work for a French bank.  When I report my
results, I want to include the timezone information so that there is
no confusion.  There is currently no straightforward way to start with
a naive

datetime(2014, 11, 3, 12, 0)

and produce

"2014-11-03T12:00-0500 EST"


More information about the Datetime-SIG mailing list