View Single Post

  #2 (permalink)  
Old 05-27-2008, 10:07 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,035
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

You need root access to change timezone. For accessing and setting environment variable use php putenv()
Code:
putenv ('TZ=Europe/Amsterdam'); 
mktime(0,0,0,1,1,1970);
echo date("H:i:s");
See PHP: putenv - Manual
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool

Last edited by nixcraft; 05-27-2008 at 10:09 AM..
Reply With Quote