mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-01 10:15:05 -05:00
6 lines
134 B
R
6 lines
134 B
R
# Return the current time, in milliseconds from epoch, with
|
|
# unspecified time zone.
|
|
now <- function() {
|
|
.Call('getTimeInMillis')
|
|
}
|