www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/ListAllTimeZonesinAustraliaExample.m

    %% List All Time Zones in Australia  
% Store all Australian time zones accepted by the |datetime| function in
% a table. 
T = timezones('Australia')  

%% 
% Sort the table by UTC offset. 
sortrows(T,'UTCOffset')