# File lib/glue/time.rb, line 29
        def self.date_time(time)
                return nil unless time 
                return time.strftime("%d-%m-%Y %H:%M")
        end