Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update datetime timezone handling after fix
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
- Loading branch information