TimeZoneChangeData
public struct TimeZoneChangeData : ContentUsed to return information about the time zone changes scheduled to occur during the cruise.
Returned by: GET /api/v3/admin/timezonechanges
- 
                  
                  DeclarationSwift public struct Record : Content
- 
                  
                  All the timezone changes that will occur during the cruise, sorted by activeDate. DeclarationSwift var records: [Record]
- 
                  
                  The 3 letter abbreviation for the timezone the ship is currently observing. DeclarationSwift var currentTimeZoneAbbrev: String
- 
                  
                  The Foundation ID of the current time zone. DeclarationSwift var currentTimeZoneID: String
- 
                  
                  The number of seconds between the current timezone and GMT. Generally a negative number in the western hemisphere. DeclarationSwift var currentOffsetSeconds: Int
- 
                  
                  DeclarationSwift init(_ changeSet: TimeZoneChangeSet)
 View on GitHub
            View on GitHub
           TimeZoneChangeData Structure Reference
      TimeZoneChangeData Structure Reference