Connecting Tech Pros Worldwide Forums | Help | Site Map

how to get German Time while placing an order through an application

Familiar Sight
 
Join Date: Aug 2008
Posts: 175
#1: Oct 13 '09
hey all,
I need to get the German Time while placing an order through my application. My application is hosted in USA so it get USA Server time while placing an order so that i want it take german time. How can i do that in php. Kindly help me out to sort out my problem. I will be very grateful to him/her.


kind regards,
Mohsin Rafique

zorgi's Avatar
Member
 
Join Date: Mar 2008
Location: here
Posts: 107
#2: Oct 13 '09

re: how to get German Time while placing an order through an application


Try this:

Expand|Select|Wrap|Line Numbers
  1. date_default_timezone_set('Europe/Berlin');
  2.  
http://php.net/manual/en/function.da...mezone-set.php
Familiar Sight
 
Join Date: Aug 2008
Posts: 175
#3: Oct 13 '09

re: how to get German Time while placing an order through an application


Thank you very much,
It works
Reply