World Time Zones

版本 1.3.0.1 (7.0 KB) 作者: Bill McKeeman
Convert between local time and UTC. Get local time in various places in the world.
3.9K 次下载
更新时间 2016/9/1

查看许可证

This application is based on a large table of places (cities, states, provinces,states) and their time zones. The methods are:
t = timeZones() construct time converter object
tz = t.zone(place) find a time zone (-11 to +12)
tm = t.st2utc(time, place) convert local standard time to UTC
tm = t.dst2utc(time, place) convert local daylight time to UTC
tm = t.utc2st(time, place) convert utc to local standard time
tm = t.utc2dst(time, place) convert utc to local daylight time
t.places() all places for which time is tabulated

引用格式

Bill McKeeman (2025). World Time Zones (https://ww2.mathworks.cn/matlabcentral/fileexchange/22223-world-time-zones), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.0.1

Updated license

1.3.0.0

Somehow a floating ' got into the source file. Sorry

1.2.0.0

removed screen shot

1.1.0.0

Implemented workaround for problem found in 2009a.

1.0.0.0