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"
skgrange/saqgetr documentation built on Feb. 23, 2024, 3:17 a.m.