In my odoo module i have created scheduled action with cron that must be executed one a day at a certain hour (15:20). But the action is running two hours late. Mayne this is related to the timezone. The timezone of the server is Europe/Madrid. The hour is vie 08 abr 2022 04:35:52 CEST. How can I fix this. Here is my code
field name="nextcall" eval="(DateTime.now() + timedelta(days=1)).strftime('%Y-%m-%d 15:20:00')"