R/tz_central.R

Defines functions tz_eastern tz_central

Documented in tz_central tz_eastern

#' Functions for time zone strings. 
#' 
#' @author Stuart K. Grange
#' 
#' @export
tz_central <- function() "Etc/GMT-1"


#' @rdname tz_central
#' @export
tz_eastern <- function() "Etc/GMT-2"

Try the saqgetr package in your browser

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

saqgetr documentation built on Jan. 15, 2021, 2:57 p.m.