fix: UTC 타임존 변환 + Daily 캐시 부분 fallback 추가 #53
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- DateTimeParseUtil: zdt.toLocalDateTime() → withZoneSameInstant(systemDefault) 변환 클라이언트 UTC 시각("Z" 접미사)이 KST로 변환되지 않아 9시간 밀리는 버그 수정 - GisServiceV2 queryWithCache: Daily 캐시 HIT 후 요청 MMSI 미존재 시 DB fallback(hourly/5min 계층 조회) 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>