• 
      

    Switch out django timezone.utc for datetime.timezone.utc.

    Review Request #13485 — Created Jan. 4, 2024 and submitted

    Information

    Review Board
    master

    Reviewers

    Now that the python standard library has a UTC object, django has
    deprecated theirs. This change swaps our our usage.

    Ran unit tests.

    Summary ID
    Switch out django timezone.utc for datetime.timezone.utc.
    Now that the python standard library has a UTC object, django has deprecated theirs. This change swaps our our usage. Testing Done: Ran unit tests.
    f09ad6d1e009858343618444a62d1a238f31abe3
    Description From Last Updated

    line too long (82 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (82 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (81 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (80 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (80 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (84 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (80 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (84 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (81 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (80 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (82 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (81 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot

    line too long (81 > 79 characters) Column: 80 Error code: E501

    reviewbotreviewbot
    Checks run (1 failed, 1 succeeded)
    flake8 failed.
    JSHint passed.

    flake8

    david
    chipx86
    1. Ship It!
    2. 
        
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-7.x (8fd3e68)