078 europe/moscow
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<cfset this.mappings["/mod"] = getDirectoryFromPath(getCurrentTemplatePath()) & "mod/" />
|
||||
<cfset this.customTagPaths = expandPath(getDirectoryFromPath(getCurrentTemplatePath())&'mod')/>
|
||||
<cfset this.datasource = "dwh"/>
|
||||
<cfset this.timeZone = "Europe/Moscow"/><!--- для биллинга очень важен часовой пояс, поэтому ставим вручную в коде --->
|
||||
|
||||
<cfset this.defaultdatasource = this.datasource/>
|
||||
<cfset request.DS = "#this.datasource#">
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<cfdump var=#{
|
||||
"Template Charset (File compilation)": getPageContext().getConfig().getTemplateCharset(),
|
||||
"Web Charset (Forms, URLs, Responses)": getPageContext().getConfig().getWebCharset(),
|
||||
"Resource Charset (File system reads/writes)": getPageContext().getConfig().getResourceCharset()
|
||||
"Resource Charset (File system reads/writes)": getPageContext().getConfig().getResourceCharset(),
|
||||
"Time Zone": getTimeZone()
|
||||
}#/>
|
||||
Reference in New Issue
Block a user