See error(s) below.
{{ hero.auth.timestamps.created | formatDate }}
{{ hero.lastCron | formatDate }}
ERROR: cron probably crashed before finishing
("auth.timestamps.loggedin" and "lastCron" dates are different).
{{ hero.preferences.timezoneOffset | formatTimeZone }}
Time zone at previous cron:
{{ hero.preferences.timezoneOffsetAtLastCron | formatTimeZone }}
ERROR: the player's current time zone is different than their time zone when
their previous cron ran. This can be because:
- daylight savings started or stopped *
- the player changed zones due to travel *
- the player has devices set to different zones **
- the player uses a VPN with varying zones **
- something similarly unpleasant is happening. **
* The problem should fix itself in about a day.
** One of these causes is probably happening if the time zones stay
different for more than a day.
ERROR: One of the player's time zones is missing.
This is expected and okay if it's the "Time zone at previous cron"
AND if it's their first day in Habitica.
Otherwise an error has occurred.
Full "auth" object for checking above is correct:
{{ hero.auth }}