The timezones function doesn't support the second vers argout, which should return the version of the IANA tz database in use.
And the tzs table should also contain columns UTCOffset and DSTOffset. They're missing.
As of 0.4.5:
>> tzs = timezones
tzs =
table: 600 rows x 2 variables
VariableNames: Name, Area
>> [tzs, vers] = timezones
error: timezones: function called with too many outputs
error: called from
timezones
>>
The timezones function doesn't support the second
versargout, which should return the version of the IANA tz database in use.And the tzs table should also contain columns UTCOffset and DSTOffset. They're missing.
As of 0.4.5: