Firewall rule startdate-stopdate do not work with local time (I guess universal time is used but universal time could not be changed)

Hello everyone,

I faced a case that,

I set my timezone as UTC +3. Then, I changed RTC time with “timedatectl set-local-rtc 1”. After all the result of “timedatectl” command will be;

Local time: Fri 2020-06-26 16:09:54 +03
Universal time: Fri 2020-06-26 13:09:54 UTC
RTC time: Fri 2020-06-26 16:09:54
Time zone: Asia/Istanbul (+03, +0300)

After this configuration, I set a firewall rule, and assign a starttime and stoptime with respect to local time of Vyos. However firewall works with respect to universal time (UTC 0), but it cannot be changed. Is it a bug ? Or is there any way to apply this rule with local time (actually I cannot succeed yet) (I tried both 1.2 and 1.3 versions)

Best