Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / Methods / now.groovy
1 /////////////////////////////////////////////////////////////////////
2 def now() {
3         return System.currentTimeMillis()
4 }