Skip to content

Commit badd965

Browse files
committed
pytz.UTC
1 parent 8d8e3df commit badd965

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stixcore/products/product.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from itertools import chain
44

55
import numpy as np
6+
import pytz
67
from sunpy.time.timerange import TimeRange
78
from sunpy.util.datatype_factory_base import (
89
BasicRegistrationFactory,
@@ -49,7 +50,7 @@
4950

5051
# date when the min integration time was changed from 1.0s to 0.5s needed to fix count and time
5152
# offset issue
52-
MIN_INT_TIME_CHANGE = datetime(2021, 9, 6, 13, tzinfo=datetime.timezone.utc)
53+
MIN_INT_TIME_CHANGE = datetime(2021, 9, 6, 13, tzinfo=pytz.UTC)
5354

5455

5556
def read_qtable(file, hdu, hdul=None):

0 commit comments

Comments
 (0)