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 specifying a timezone only changes the
displayed time instead of affecting the timestamp representing the time
passed from 1970-01-01. Thus, setting a new timezone properly affects
hours/minutes.
PR tarantool/tarantool#10970
Issue tarantool/tarantool#10363
0 commit comments