{% extends "framework/base.html" %} {% block header %} {{ _('CrontabSchedule 编辑') }} {% endblock %} {% block content %}

{{ _('CrontabSchedule') }} {{ _('编辑') }}




{{ _('Cron Minutes to Run. Use "*" for "all". (Example: "0,30")') }}
{{ _('Cron Hours to Run. Use "*" for "all". (Example: "8,20")') }}
{{ _('Cron Days Of The Week to Run. Use "*" for "all". (Example: "0,5")') }}
{{ _('Cron Days Of The Month to Run. Use "*" for "all". (Example: "1,15")') }}
{{ _('Cron Months Of The Year to Run. Use "*" for "all". (Example: "0,6")') }}
{{ _('Timezone to Run the Cron Schedule on. Default is UTC.') }}
{% endblock %}