Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tz (0.01 sec)

  1. scripts/people.py

        three_months_commenters = Counter[str]()
        six_months_commenters = Counter[str]()
        one_year_commenters = Counter[str]()
        authors: dict[str, Author] = {}
    
        now = datetime.now(tz=timezone.utc)
        one_month_ago = now - timedelta(days=30)
        three_months_ago = now - timedelta(days=90)
        six_months_ago = now - timedelta(days=180)
        one_year_ago = now - timedelta(days=365)
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top