What is the Cron Expression for 10am and 7pm on Weekdays?

This topic was automatically generated from Slack. You can find the original thread here.

How do I write a Cron expression that triggers on 10am and 7pm on every weekday(i.e except sat and sun)

May I suggest trying an online tool to help build the Cron expression such as

0 10,19 ** ** 1-5