GoogleTypeTimeZone

AI Overview😉

  • The potential purpose of this module is to determine the time zone of a user or a website, allowing Google to provide more accurate and relevant search results based on the user's location and time.
  • This module could impact search results by influencing the ranking of websites that have time-sensitive or location-specific content. For example, a search for "opening hours" or "weather forecast" could yield different results based on the user's time zone. It may also affect the visibility of websites that target specific geographic regions or time zones.
  • A website may change things to be more favorable for this function by including clear and consistent time zone information on their website, such as specifying their business hours or location. They may also use schema markup to provide Google with additional context about their time zone and location. Furthermore, websites that target specific geographic regions or time zones may want to optimize their content to cater to those audiences.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeZone (google_api_content_warehouse v0.4.0)

Represents a time zone from the IANA Time Zone Database.

Attributes

  • id (type: String.t, default: nil) - IANA Time Zone Database time zone, e.g. "America/New_York".
  • version (type: String.t, default: nil) - Optional. IANA Time Zone Database version number, e.g. "2019a".

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeZone{
  id: String.t() | nil,
  version: String.t() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.