tarantool / cartridge-java

Tarantool Cartridge Java driver for Tarantool versions 1.10+ based on Netty framework
https://tarantool.io
Other
27 stars 11 forks source link

Convert `datetime` in Lua within `OffsetDateTime` in Java #437

Closed valery1707 closed 5 months ago

valery1707 commented 10 months ago

Since datetime in Lua supports working with offsets, it is logical to allow it to be converted to OffsetDateTime in Java to expand the possibilities of working with dates

I haven't forgotten about:

Related issues:

Part of https://github.com/tarantool/cartridge-java/issues/214

ArtDu commented 10 months ago

@valery1707 You are right that OffsetDateTime is valid for Tarantool. ZonedDateTime also valid for this.

I'll check your implementation later.

Also, check the CI cause it's red now

valery1707 commented 10 months ago

@ArtDu I update the code according to line length limit rule

ArtDu commented 10 months ago

@ArtDu I update the code according to line length limit rule

Good, but 2.10.6 tests are still red

valery1707 commented 10 months ago

@ArtDu I see, will analyze soon