[exim] local time based rule (tod_zulu, tod_zone)

2014-04-08 Thread Arkadiusz Miśkiewicz
Hi. How to create time based rules using local time zone? For example: condition = ${if or{{{${substr_8_4:$tod_zulu}}{2300}}{{${substr_8_4:$tod_zulu}}{0300}}} {1}{0}} but localtime instead of UTC? Somehow calculate tod_zulu + $tod_zone, but how? Thanks, -- Arkadiusz Miśkiewicz, arekm /

Re: [exim] local time based rule (tod_zulu, tod_zone)

2014-04-08 Thread Arkadiusz Miśkiewicz
On Monday 07 of April 2014, Arkadiusz Miśkiewicz wrote: Hi. How to create time based rules using local time zone? For example: condition = ${if or{{{${substr_8_4:$tod_zulu}}{2300}}{{${substr_8_4:$tod_zulu}}{0300}}} {1}{0}} but localtime instead of UTC? Somehow calculate tod_zulu

Re: [exim] local time based rule (tod_zulu, tod_zone)

2014-04-08 Thread Heiko Schlittermann
Arkadiusz Miśkiewicz ar...@maven.pl (Mo 07 Apr 2014 08:24:38 CEST): Hi. How to create time based rules using local time zone? For example: condition = ${if or{{{${substr_8_4:$tod_zulu}}{2300}}{{${substr_8_4:$tod_zulu}}{0300}}} {1}{0}} but localtime instead of UTC? Somehow