FIX: Update datetimeutcnow to new syntax to fix depreciation warning.
Compare changes
+ 2
− 2
@@ -983,8 +983,8 @@ class Dataset:
datetime updated their syntax to use timezone-aware objects to represent datetimes in UTC. This is fixed by calling .now instead of utcnow and providing the UTC object in the now function call.