You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch fixes Tarantool output on using `datetime.new()` and
`datetime.set()` with timezones specified.
After tarantool/tarantool#10970 datetime objects created/modified with
timestamps plus timezones are handled differently from the way they are
described in the doc. Now setting timezone only changes the local time
of day represented by the datetime object instead of affecting the
timestamp.
PR tarantool/tarantool#10970
Issue tarantool/tarantool#10363
0 commit comments