TimeZone Aware Website - to enable application in scriptcase to provide the right Data time information to user from different part of the world. Since once we deploy the application there is only one connection define to mysql database and the timezone is dependent to default.timezone define in php.ini, this is okay if the application are used only in one timezone. MySQL mention in their documenation that the DateTime are save in UTC format. Having a timezone define as part of the login sequence and then using parameter display the DateTime in their local timezone. I tried using php DateTime object and works with php alone, the question is how to use it inside scriptcase ?