nestjs / schedule

Schedule module for Nest framework (node.js) ⏰

Home Page:https://nestjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing available options in documentation

scorsi opened this issue · comments

I'm submitting a...


[ ] Regression 
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

What is the motivation / use case for changing the behavior?

I was looking to have my cron jobs running at a specific timezone. I did looked in the doc and didn't found anything. I had to dig into the source code to find it (

timeZone?: string;
). Maybe, you should add the available options into the nestjs documentation :)

Thanks,

Would you like to create a PR for this issue? :)

Hello, will work on it this week ! I was in vacation and then I forgot :)

Fixed in @nestjs/docs.nestjs.com#1574.