This commit is contained in:
LASTA_DEV01\lasta
2026-05-19 20:31:52 +09:00
parent 00407e7a08
commit e260e5f218
104 changed files with 12898 additions and 1709 deletions

View File

@@ -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 = [