From 85e598cb31a4f1748790aa3ebb4c96f4c362871f Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Fri, 20 Dec 2019 05:57:35 -0700 Subject: [PATCH] Add changelog file. --- doc/build/changelog/unreleased_13/5045.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/build/changelog/unreleased_13/5045.rst diff --git a/doc/build/changelog/unreleased_13/5045.rst b/doc/build/changelog/unreleased_13/5045.rst new file mode 100644 index 0000000000..9ca3105450 --- /dev/null +++ b/doc/build/changelog/unreleased_13/5045.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, mssql + :tickets: 5045 + + Fixed issue where a timezone-aware ``datetime`` value being converted + to string (for use as a parameter value of a ``datetimeoffset`` + column) was omitting the fractional seconds. -- 2.47.3