SoftLayer Locale Timezone (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Locale_Timezone data type. For information on the SoftLayer_Locale_Timezone service please see SoftLayer_Locale_Timezone.

Contents

Overview

Each User is assigned a timezone allowing for a precise local timestamp.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

id

A timezone's identifying number.

  • Type: integer



longName

A timezone's long name. For example, "(GMT-06:00) America/Dallas - CST".

  • Type: string
  • Length: 128 characters



name

A timezone's name. For example, "America/Dallas".

  • Type: string
  • Length: 64 characters



offset

A timezone's offset based on the GMT standard. For example, Central Standard Time's offset is "-0600" from GMT=0000.

  • Type: string
  • Length: 6 characters



shortName

A timezone's common abbreviation. For example, Central Standard Time's abbreviation is "CST".

  • Type: string
  • Length: 6 characters

Associated Methods

See Also

Personal tools