enable timezone in sqlite datetime type

Issue #1985 wontfix
Mike Bayer repo owner created an issue

No description provided.

Comments (4)

  1. Mike Bayer reporter

    the natural place to turn this on is at the type declaration level rather than the individual value level. There's already a "timezone=True" flag on DateTime. This would alter the DT object's construction of storage_format and reg.

  2. Log in to comment