feat(account): seed the time zone from the client's detected offset at creation #116
Reference in New Issue
Block a user
Delete Branch "feature/account-seed-timezone"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Seeds
accounts.time_zoneat creation from the client's detected±HH:MMoffset (Telegram / guest / email first contact), so the robot sleep window and turn-timeout away-window are anchored to the player's real zone from the first game instead of the UTC default. No migration (the column is alreadyNOT NULL DEFAULT 'UTC').Stacked on #115 (feedback browser-tz three-time): until #115 merges, this PR's diff also shows #115's commit; it self-cleans to B1-only once #115 lands in development.
Review path: verify on the contour that a freshly-created account's feedback Filed shows a populated user zone (not N/A).