Skip to content

availability_hour

Jeremy Baker edited this page Apr 19, 2018 · 3 revisions

Description

The availability_hour key allows you to input what time the package should be made available using 24-hour time format. I.e. 20 is 8PM.

Example Usage:

<key>availability_hour</key>
<string>20</string>

This would set the availability time of the package to 8PM of your local time zone.

Note: If this processor is run after the defined availability_hour, it will be made available at the defined hour of the next day. For example, if the processor runs at 11PM, and the defined availability_hour is 8PM, the package would be made available at 8PM the next day. If the processor was run at 6PM and the availability_hour set to 8PM, the package would be made available at 8PM same day.

Required: False

Clone this wiki locally