# File lib/vlad/core.rb, line 5
def
now
@now
||=
Time
.
now
.
utc
.
strftime
(
"%Y%m%d%H%M.%S"
)
end