Skip to contents

Timestamp

Usage

ttimestamp(time = Sys.time())

Arguments

time

Sys.time() or a date-time object

Value

A list()

Examples

timestamp()
#> ##------ Thu Jan  2 12:29:36 2025 ------##

date()
#> [1] "Thu Jan  2 12:29:36 2025"

ttimestamp()
#> [[1]]
#> [1] "2025-01-02 12:29:36"
#> 
#> [[2]]
#> [1] "Thu Jan  2 12:29:36 2025"
#>