Account created:
{{ formatDate(hero.auth.timestamps.created) }}
Most recent cron:
{{ formatDate(hero.auth.timestamps.loggedin) }}
"lastCron":
{{ formatDate(hero.lastCron) }}
(if different than above, cron crashed before finishing)
Time zone:
{{ formatTimeZone(hero.preferences.timezoneOffset) }}
Time zone at previous cron:
{{ formatTimeZone(hero.preferences.timezoneOffsetAtLastCron) }}
(if different than above, the user changed zones / daylight savings
OR has devices on different zones OR uses a VPN with varying zones
OR something similarly unpleasant is happening)
Local authentication:
Yes,
{{ hero.auth.local.email }}
None
Google authentication:
{{ hero.auth.google }}
None
Facebook authentication:
{{ hero.auth.facebook }}
None
Apple ID authentication (not live yet as of March 2020):
{{ hero.auth.apple }}
None
Full "auth" object for checking above is correct:
{{ hero.auth }}