(v2.4.6) Different timezones between Timestamp and timestamp

I was having an issue, creating 2 fields “queryHour” and “queryDay”, and you said create a pipeline and use it as decorator.

    rule "week dates"
    when
        true
    then
        set_field("queryHour", $message.timestamp.hourOfDay);
        set_field("queryHour", $message.timestamp.dayOfWeek);
    end