Time zone......

General questions about CMSimple
Post Reply
twc
Posts: 233
Joined: Fri Jun 18, 2010 12:25 am
Location: Netherlands

Time zone......

Post by twc » Fri Jun 18, 2010 12:33 am

I love the cmssimple, but how can i change the time?

I need +2 hours my hosting provider are not good.
Last change: 19:00.... it must be 21:00 how can i fix this?

thanks.........

leenm
Posts: 116
Joined: Wed Dec 09, 2009 12:33 pm
Location: Kloetinge, Netherlands
Contact:

Re: Time zone......

Post by leenm » Fri Jun 18, 2010 7:45 am

You can change the time with the second parameter (hours), Use:

Code: Select all

echo lastupdate(NULL, 2);
 
Leen

twc
Posts: 233
Joined: Fri Jun 18, 2010 12:25 am
Location: Netherlands

Re: Time zone......

Post by twc » Fri Jun 18, 2010 8:51 am

leenm wrote:You can change the time with the second parameter (hours), Use:

Code: Select all

echo lastupdate(NULL, 2);
 
Leen
thank :D

can you please tell me where to place this code?

leenm
Posts: 116
Joined: Wed Dec 09, 2009 12:33 pm
Location: Kloetinge, Netherlands
Contact:

Re: Time zone......

Post by leenm » Fri Jun 18, 2010 8:59 am

It's located in the template.htm.

Leen

or trough settings->edit template

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: Time zone......

Post by ZiPs » Fri Jun 18, 2010 9:02 am

Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

twc
Posts: 233
Joined: Fri Jun 18, 2010 12:25 am
Location: Netherlands

Re: Time zone......

Post by twc » Fri Jun 18, 2010 9:11 am

found it:
<tr><td valign="top" class="menu"><?php echo lastupdate();?></td></tr>

to

<tr><td valign="top" class="menu"><?php echo lastupdate(null,2);?></td></tr>

Post Reply