lib/rcap/config.rb in rcap-1.3.1 vs lib/rcap/config.rb in rcap-2.0.0
- old
+ new
@@ -1,4 +1,7 @@
module RCAP
XML_PRETTY_PRINTER = REXML::Formatters::Pretty.new( 2 )
XML_PRETTY_PRINTER.compact = true
+
+ RCAP_TIME_FORMAT = "%Y-%m-%dT%H:%M:%S"
+ RCAP_ZONE_FORMAT = "%+03i:00"
end