Re: Re: Re : How can do change default locale? (UTC time) Posted by hengis 28 Apr 2004 07:37 GMT-0000 posts: 18 I have no experience of Hacki ^H^H^H^H^H altering Smarty 😉 - Give me a clue t get started. I looked throught some of the files but dont see where tz is set Cheers
Posted by c 20 Jun 2004 13:08 GMT-0000 posts: 2 Found it. Note that this IS a hack, since this will get overwritten the next time you upgrade. Hopefully this will get fixed in the next version. edit lib/tikilib.php find the section with the phrase "function get_display_offset" find the line '$display_tz = "UTC"' and change to your local tz find the line '$display_offset = "0"' and change it to match your tz Do not change any other lines that affect these variables.