#!/usr/bin/ruby #encoding=utf-8 require "time" module JFoundry module Timer def get_time return Time.now.utc.strftime("%Y%m%dT%H%M%SZ") end end end