AssistantApiTimeZone

AI Overview😉

  • The potential purpose of this module is to determine the time zone of a user or a location, allowing Google to provide more accurate and relevant search results that take into account the user's local time and any daylight saving time (DST) adjustments.
  • This module could impact search results by influencing the ranking of time-sensitive content, such as event listings, business hours, or schedules. It may also affect the display of date and time information in search results, ensuring that it is accurate and consistent with the user's location.
  • To be more favorable for this function, a website could ensure that it provides accurate and consistent time zone information, such as including the IANA time zone format (e.g. America/Los_Angeles) in its metadata or structured data. This would help Google accurately determine the time zone associated with the content and provide more relevant search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A time zone. Conceptually, a time zone is a set of rules associated with a location that describes a UTC offset and how it changes over time (e.g. Daylight Saving Time). The offset is used to compute the local date and time.

Attributes

  • ianaId (type: String.t, default: nil) - Time zone in IANA format, e.g. America/Los_Angeles for USA Pacific Time.

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.AssistantApiTimeZone{
  ianaId: 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.