chore(utils/scheduleFn): add comment regarding month range

This commit is contained in:
Julien Fontanet
2017-10-16 14:52:14 +02:00
parent 34ef2700f2
commit cdd9eed3d8

View File

@@ -503,6 +503,8 @@ export const streamToArray = (stream, {
// -------------------------------------------------------------------
// Contrary to most implentations this one use the range 0-11 instead
// of 1-12 for months.
export const scheduleFn = (cronTime, fn, timeZone) => {
let running = false