summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/setting.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/models/setting.rb b/app/models/setting.rb
index 1fe72015a..dab6ceaa7 100644
--- a/app/models/setting.rb
+++ b/app/models/setting.rb
@@ -18,15 +18,15 @@
class Setting < ActiveRecord::Base
DATE_FORMATS = [
- '%Y-%m-%d',
- '%d/%m/%Y',
- '%d.%m.%Y',
- '%d-%m-%Y',
- '%m/%d/%Y',
- '%d %b %Y',
- '%d %B %Y',
- '%b %d, %Y',
- '%B %d, %Y'
+ '%Y-%m-%d',
+ '%d/%m/%Y',
+ '%d.%m.%Y',
+ '%d-%m-%Y',
+ '%m/%d/%Y',
+ '%d %b %Y',
+ '%d %B %Y',
+ '%b %d, %Y',
+ '%B %d, %Y'
]
TIME_FORMATS = [