Skip to content

missing vers argout and tzs columns UTCOffset, DSTOffset for [tzs, vers] = timezones() #154

Description

@apjanke

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
>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingchronoThe date/time stuff

    Projects

    Status
    Low priority

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions