docs
This commit is contained in:
@@ -243,13 +243,14 @@ class CostCalculator:
|
||||
예측 정보
|
||||
"""
|
||||
if days_into_month is None:
|
||||
days_into_month = datetime.utcnow().day
|
||||
days_into_month = datetime.now(UTC).day
|
||||
|
||||
# 현재 월 사용량
|
||||
cutoff_time = datetime(
|
||||
datetime.utcnow().year,
|
||||
datetime.utcnow().month,
|
||||
datetime.now(UTC).year,
|
||||
datetime.now(UTC).month,
|
||||
1,
|
||||
tzinfo=UTC,
|
||||
)
|
||||
|
||||
current_month_usages = [
|
||||
|
||||
Reference in New Issue
Block a user