Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix calendar ref which was causing issues
This reference to the calendar function causes issues in many cases. If you feed the function an epoch date (ms), it would spit out the calendar date of the current time. This simple change fixes that issue and many others.
- Loading branch information
72488dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The old way only caused issues with other input (not the currently provided date). It is not known at the moment why this happens but this pr fixes it.
Best practice is to do it the new way.