Skip to content

Bugfix

Latest
Compare
Choose a tag to compare
@jspc jspc released this 22 Jun 23:58
a69fc20

Prior to this, any job which needed the values {{ .Time }} and {{ .Date }} would frequently get the wrong values.

This is because we computed this values once, when the bot started up, and then never updated them. The data and time reflected the date and time the bot was started, and not the date and time when a scheduled task was to run