Quotecenter data uses local time, and in Hawaii we don't have daylight savings. So to test intraday further back than 3/10, I need a work around. Similarly, I'm not sure how to compose mid-hour rules if there's more than one. I've been using, in addition to other rules
entry 'and hour()>3 and hour()<9'
exit 'or (hour()=9 and minute()=50)'
The exit is fine, but the entry is limited to referencing only the hour, since I can't say 'and time is > hour/minute and < hour/minute'. With the date problem I have the same thing, I'd have to just skip march as I can't say date is > this month and day, < that month and day.
Don't see any option to get quotecenter data in eastern time, dunno what's the solution............
Thanks
:)