필터 지우기
필터 지우기

how to find whether the time is in UTC or IST?

조회 수: 7 (최근 30일)
Manyam Pavani
Manyam Pavani 2017년 3월 20일
답변: Walter Roberson 2017년 3월 20일
I have 24 hourly data and i need to know whether the time in data is UTC or IST? for example,the time in data i have is 13.075000 and i need to know that it is UTC or IST?

채택된 답변

Walter Roberson
Walter Roberson 2017년 3월 20일
You cannot tell with that information.
When you create a datetime object, it is possible to attach a timezone to it. You can then ask what its timezone property is. However, datetime objects would not likely have the format you show, and it is not possible for datetime to figure out what timezone a time is in unless it has timezone information in the string.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by