Skip to:
I want to log data at at user definable time zone (UTC, LT, CET, UTC+1, ect) clock time:
Midnight crossover (00:00:00)
Every x hour:
Every hour (00:00:00, 01:00:00, 02:00:00, …. , 23:00:00, ect)
Every x minutes:
Every half hour (30min)
Every 15 min (00:00:00, 00:15:00, 00:30:00, … 23:45:00)
Every 10 min (00:00:00, 00:10:00, 00:20:00, …., 23:50:00).
Every x seconds:
Every 10 sec (00:00:00, 00:00:10, 00:00:20, …. 23:59:50)
At the option to use clock time intervals instead of time since startup
Use Case:
I want to log data at at user definable time zone (UTC, LT, CET, UTC+1, ect) clock time:
Midnight crossover (00:00:00)
Every x hour:
Every hour (00:00:00, 01:00:00, 02:00:00, …. , 23:00:00, ect)
Every x minutes:
Every half hour (30min)
Every 15 min (00:00:00, 00:15:00, 00:30:00, … 23:45:00)
Every 10 min (00:00:00, 00:10:00, 00:20:00, …., 23:50:00).
Every x seconds:
Every 10 sec (00:00:00, 00:00:10, 00:00:20, …. 23:59:50)
Suggested improvement:
At the option to use clock time intervals instead of time since startup