Skip to content

Change default timezone from Europe/Warsaw to UTC #77

@adrunkhuman

Description

@adrunkhuman

Problem

The default timezone is hardcoded to Europe/Warsaw in typer_bot/utils/timezone.py. This is opinionated and confusing for non-European users.

Impact

  • Non-European users see incorrect times by default
  • Hardcoded regional preference reduces global accessibility

Proposed Solution

Default to UTC for maximum compatibility. Users can still override via TZ environment variable.

Acceptance Criteria

  • Default timezone changed to UTC
  • .env.example updated with TZ=UTC
  • No breaking change (existing TZ overrides continue working)

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions