Skip to contents

These are Methods for the print() and format() generics.

Usage

# S3 method for worldtimer
print(x, ...)

# S3 method for worldtimer
format(x, tz = "UTC", usetz = TRUE, ...)

Arguments

x

an object to be printed or summarized from one of the date-time classes.

...

further arguments to be passed from or to other methods.

tz

for timezone formatting, passed to format.POSIXct.

usetz

for timezone formatting, passed to format.POSIXct.

See also