R/tz_codes.R

#' Timezone (tz) codes
#'
#' A table containing the worldwide timezones and UTC offsets.
#'
#'
#'
#' @format A data.table data frame with 54 rows and 7 variables:
#' \describe{
#' \item{Tz Cd}{Timezone Code}
#' \item{Tz Nm}{Timezone Name}
#' \item{Tz Ds}{Timezone Location}
#' \item{Tz Utc Offset Tm}{Timezone UTC Offset}
#' \item{Tz Dst Cd}{Timezone Daylight Savings Code}
#' \item{Tz Dst Nm}{Timezone Daylight Savings Name}
#' \item{Tz Dst Utc Offset Tm}{Timezone Daylight Savings UTC Offset}
#' }
#'
#'
#' @references
#' This data is from National Water Information System: Help System Time Zone Codes. See \url{https://help.waterdata.usgs.gov/code/tz_query?fmt=html}.
#'
#'
#'
#'
"tz_codes"
#> [1] "tz_codes"

Try the ie2miscdata package in your browser

Any scripts or data that you put into this service are public.

ie2miscdata documentation built on Aug. 21, 2023, 1:07 a.m.