Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
Trying a new format
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Oct 11, 2011
1 parent cf74994 commit d7b21eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


# insist on my API-wide timestamp format
Time::DATE_FORMATS.merge!(:default => Proc.new {|t| t.xmlschema})
Time::DATE_FORMATS.merge!(:default => Proc.new {|t| t.strftime "%y-%m-%d %H:%M:%S %Z"})

def config
@config ||= YAML.load_file 'config/config.yml'
Expand Down

0 comments on commit d7b21eb

Please sign in to comment.