API page: https://api.drupal.org/api/drupal/core%21modules%21system%21system.token...
The date tokens' descriptions all say 'a date':
> 'description' => t("A date in 'short' format. (%date)", [
What date? If you look at hook_tokens(), it's the current date, but the description should make that clear.