PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
All works fine, the date and time are added as should, BUT the time is an hour erlier than i want it to be, so if u login at 3:30pm it saves it as 2:30pm... Is there a piece of code any1 knows that would alow me to change the timezone so it represents the correct time i want?
Thanks alot for any help any1 can give me
ahh thanks, that helped me a little but not much to be honest.... i have realized that the timezone in my script is correct, but its just not displayingit as daylight savings, therefor making it an hour early, but come next month when the clocks go back it will be the correct time, if u get what i mean... so now im looking for a script to determin if its daylight savings or not, is there a way of doing that?
to be honest im not sure :S i use an online server and alot of my code was orriginally from templates. thanks for the help anyways... i will just have to change it myself when dst comes in and goes out, i have it running no problem just have to ad a little code to change the time back 1 hour, and remove it when dst is over so it is corrdct, if that makes sence. It will do as it it
thanks agen for the help