Skip to content

Commit

Permalink
fixed UTC dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Aubreville committed Mar 11, 2024
1 parent 07a370e commit 5bd5173
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

import datetime
from django.db import migrations, models
from datetime import UTC as utc
import datetime
utc = datetime.timezone.utc

class Migration(migrations.Migration):

Expand Down

0 comments on commit 5bd5173

Please sign in to comment.