시스템의 시간대 및 일광 절약 시간이 활성 상태인지 여부를 결정하는 기능을 원합니다.
Mastering JMP
Live webinars with JMP experts
Brief demos followed by 15-minute topic discussion
원래 English (US) 로 작성된 이 게시물은 귀하의 편의를 위해 번역되었습니다. 답장을 보내면 English (US) 로 다시 번역됩니다.
This would be very helpful. I do this using a very kludgy method, but I don't have any thing for daylight saving time though.
UTC_offset = Date Difference( Query( Scalar, "select jmpdate( current_timestamp );" ), Today(), "Hour", "Fractional" ); CurrentTime_UTC = As Date( Today() - In Hours( UTC_offset ) );
여기에 의견을 추가하려면 등록된 사용자이어야 합니다. 이미 등록되어 있다면 로그인하시기 바랍니다. 아직 등록하지 않은 경우 등록 후 로그인하시기 바랍니다.