Skip to content
Discussion options

You must be logged in to vote

회원님께서 말씀하신 버전으로 테스트 했을 때에도 별다른 문제를 식별하지 못했습니다. 혹시 endDate만 설정하셔서 관련한 결과를 얻으신 것이라면, 반드시 startDate도 지정해주셔야 하는 점 참고 부탁드리며 아래에 테스트를 진행했던 실제 코드를 안내드립니다.

  • 테스트 환경
    JDK: Microsoft Open JDK 11
    Spring Boot: 2.7.5
    SOLAPI SDK: 4.2.7
        MessageListRequest request = new MessageListRequest();

        LocalDateTime startDate = LocalDateTime.parse(
                "2025-04-30 00:00:00",
                DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")
        );
        ZoneOffset startDateOffset = ZoneId.systemDefault().getRules().getOffset(startDate);
        Instant startDateInstant = startDate.toInstant(startDateOffset);
        kotlinx.datetime.Instant kStartDateInstant = kotlinx.datetime.Instant

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@pcpcggg3
Comment options

@Palbahngmiyine
Comment options

@pcpcggg3
Comment options

@Palbahngmiyine
Comment options

Answer selected by Palbahngmiyine
@pcpcggg3
Comment options

@Palbahngmiyine
Comment options

@pcpcggg3
Comment options

@Palbahngmiyine
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Java relevants on Java
2 participants