Copy link to clipboard
Copied
Is it possible to set the timezone settings in coldfusion administrator. If so, can you please tell me as to how it can be done.
Copy link to clipboard
Copied
nope, not in cf. look to the OS or JDK.
Copy link to clipboard
Copied
Thanks for your reply.
The server time is being set in OS. Is it possible to change/add time to align to different country.
e.g. the server time is set to singapore but the in the template now() function is being used. It prints the singapore time while it is priting the document. Without changing/adding the code is it possible to set the time on the coldfusion administrator 8.
Please clarify.
Regards,
Copy link to clipboard
Copied
"Without changing/adding the code"?
nope.
Copy link to clipboard
Copied
I mean the code change in the template with server time + GMT time changes.
Regards,
Satheesh.
Copy link to clipboard
Copied
no idea what you mean, please explain.
Copy link to clipboard
Copied
Sorry for the delay.
Currently the coldfusion server time is setup to Dearborn. But the market that is using the server is australia. Is there a way in coldfusion administrator to set the time as australia time, which will override the dearnborn server time.
Please clarify. If you have still have any query kindly let me know.
Regards,
Satheesh.
Copy link to clipboard
Copied
sorry, there's no way to fiddle with the tz for just the one app via cfadmin, you'll either have to write code to handle this or set the whole server (or instance) to the desired tz..