필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Who maintains the timezone offset table for changes in DST rules?

조회 수: 1 (최근 30일)
Yoel Lax
Yoel Lax 2018년 9월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
I use datetime to convert UTC times to a local time (e.g. "Europe/Paris"). This works for past and future dates. However, every so often, a country changes its daylight savings rules. For example, in 2019 the EU will likely abandon DST altogether.
Who maintains the timezone-offset schedule that's behind datetime?
Will older versions of Matlab be updated (how?) when the DST offsets change? Or will different versions of Matlab produce different results?

답변 (1개)

Guillaume
Guillaume 2018년 9월 25일
Unfortunately, I don't think it's documented, and while you can look at most of the internals of datetime the particular bits related to time zone adjustement end up calling some built in functions in the matlab executable so there's no way to know.
The best way to know for sure is to ask mathworks via a support request.

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by