Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

LocalizeCron

Localize a cron expression using offset in minutes

const utc = `0 0 2 * * 2`
// 02:00, every Monday

const est = LocalizeCronExpression(utc, -240, {
  dayOfWeekStartIndexZero:false,
  monthStartIndexZero:false
})
// 0 0 22 * * 1
// 22:00, every Sunday

About

Localize a cron expression using offset in minutes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages