jmrozanec
jmrozanec
I need something like below: > newCronExpression = convert (localCronExpresn,fromLocalTZ, "UTC") Is it possible using cron-utils? Let me give an example: My local timezone is IST i.e. GMT+5.30. Current local...
Given the following expressions: cron1 = "0 0 10 1/1 ? "; //everyday at 10am cron2 = "0 0 10 ? MON "; //every monday at 10am We would ideally...
- Check everything builds and tests do pass for JDK17 - Update Travis CI settings, to build on JDK17