Hi, Thanks for pointing it out! Would you like to submit a PR to fix that?
Haonan
On 2026/03/30 18:02:41 Dominik Chyziak wrote:
> class:
> org.apache.iotdb.db.utils.DateTimeUtils
>
> In the method toZoneOffset(ZoneId zoneId), the code resolves a named time
> zone to a fixed offset using the current system time:
>
> public static ZoneOffset toZoneOffset(ZoneId zoneId) {
> return zoneId.getRules().getOffset(Instant.now());
> }
>
> Bug related to Issue #12537
>
