OBJECT

Timezone

link GraphQL Schema definition

  • type Timezone {
  • tzNid: Int!
  • continent: Continent!
  • country: Country!
  • latitude: Int!
  • longitude: Int!
  • name: String!
  • nativeTimezoneName: String!
  • comment: String!
  • validTo: Int! @deprecated( reason: "Field not used anymore" )
  • # Arguments
  • # time: [Not documented]
  • utcOffsetSeconds(time: DateTime): Int!
  • }