Skip to content

Instantly share code, notes, and snippets.

@Graham-72
Created April 2, 2015 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Graham-72/07215e4393f9af2582b5 to your computer and use it in GitHub Desktop.
Save Graham-72/07215e4393f9af2582b5 to your computer and use it in GitHub Desktop.
Suspect system date config
{
"_config_name": "system.date",
"first_day": 0,
"default_country": "GB",
"default_timezone": "Europe/London",
"user_timezone_configurable": 1,
"user_timezone_default": 0,
"user_timezone_warn": 0,
"formats": {
"long": {
"label": "Default Long Date",
"pattern": "l, F j, Y - H:i",
"module": "system"
},
"medium": {
"label": "Default Medium Date",
"pattern": "D, m/d/Y - H:i",
"module": "system"
},
"short": {
"label": "Default Short Date",
"pattern": "m/d/Y - H:i",
"module": "system"
},
"html_datetime": {
"label": "HTML Datetime",
"pattern": "Y-m-d\\TH:i:sO",
"module": "system",
"hidden": 1
},
"html_date": {
"label": "HTML Date",
"pattern": "Y-m-d",
"module": "system",
"hidden": 1
},
"html_time": {
"label": "HTML Time",
"pattern": "H:i:s",
"module": "system",
"hidden": 1
},
"html_yearless_date": {
"label": "HTML Yearless date",
"pattern": "m-d",
"module": "system",
"hidden": 1
},
"html_week": {
"label": "HTML Week",
"pattern": "Y-\\WW",
"module": "system",
"hidden": 1
},
"html_month": {
"label": "HTML Month",
"pattern": "Y-m",
"module": "system",
"hidden": 1
},
"html_year": {
"label": "HTML Year",
"pattern": "Y",
"module": "system",
"hidden": 1
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment