Date Formats
Description
Astro Scheduler Engine is capable of using and generating time/date values in a variety of formats.
The SCHED / UseDayOfYear command controls output formatting for reports, API command responses, and the GUI. The API command interpreter can accept any date format at any time.
Notes on formatting requirements:
Examples
| Format | Date | Encoding | 
|---|---|---|
| YYYY/MM/DD_HH:MM:SS.FFF | 9:09 AM, January 6, 2015 | 2015/01/06_09:09:00.000 | 
| YYYY/MM/DD_HH:MM:SS | 11:13 AM, February 8, 2016 | 2016/01/08_11:13:00 | 
| YYYY-DDD_HH:MM:SS | 1:14 PM, January 8, 2017 | 2017-008_13:14:00 | 
| YYYY-DDD_HH:MM:SS.FFF | 2:16 PM, February 10, 2018 | 2018-041_14:16:00.000 | 
Version
11.6
