Related ticket https://st.yandex-team.ru/YDBREQUESTS-1158 Example of target code ``` db, err := ydb.Open(ctx, "dsn", ydb.WithTimezone(time.UTC)) ``` or ``` db, err := ydb.Open(ctx, "dsn", ydb.With(config.WithTimezone(time.UTC))) ``` this option defines all time converters from/to ydb value