Sha256: 2112a35fbf7946cd846de05477aa107bac47d6a4b0c85a7ecfa8bbb1cbb97eff
Contents?: true
Size: 907 Bytes
Versions: 4
Compression:
Stored size: 907 Bytes
Contents
# WontoMedia - a wontology web application # Copyright (C) 2011 - Glen E. Ivey # www.wontology.com # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License version # 3 as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program in the file COPYING and/or LICENSE. If not, # see <http://www.gnu.org/licenses/>. # allow us to convert to "W3C Datetime" format # http://www.w3.org/TR/NOTE-datetime Time::DATE_FORMATS[:w3c] = lambda { |date| date.strftime( "%Y-%m-%dT%H:%M:%SZ" ) }
Version data entries
4 entries across 4 versions & 1 rubygems