Files
shiny/R/timer.R
2012-07-12 01:46:02 -07:00

6 lines
134 B
R

# Return the current time, in milliseconds from epoch, with
# unspecified time zone.
now <- function() {
.Call('getTimeInMillis')
}