2 jibberjab Nov 08, 2007 13:23

I did and still getting
Time: 05:45:30 am ยท GMT: 12:45:30 pm
to bads its 7:45 a.m eastern now
What does it say next to
"Current server time is:" ?
Calculate the difference between that time and your current timezone time, and enter the number (i.e. '2' for 2 hours) in the form box for "Time Difference:" and save the changes...
jj.
Current server time is: 06:21:06 am
ok I got it
Sorry I had a blonde moment
1 more question I have these set
W - ISO-8601 week number of year, weeks starting on Monday; i.e. "42"
z - day of the year; i.e. "0" to "365"
is there any way I could have it display as/like
ie "Day 311 Week 42 Thursday November,08 2007"
If you post the code you're using to generate the day/date header, someone here will be able to help you, maybe even me...
jj.
Sorry,
I'm new to this and I'm using one of the skins that came with b2Evo called custom. I'm not sure what to look for.
would this be it
<div class="bSmallHead">
<?php
$Item->permanent_link( '#icon#', '#', '' );
echo ' ';
$Item->issue_time( '' );
echo ', '.T_('by').' ';
$Item->author( '<strong>', '</strong>' );
$Item->msgform_link( $Blog->get('msgformurl'), ' ', ' ', '#', '#', '' );
echo ', ';
$Item->wordcount();
echo ' '.T_('words');
echo ', ';
$Item->views( '#', '#', '#' );
echo ' ';
locale_flag( $Item->locale, 'h10px', 'flag', '' );
echo '<br /> ', T_('Categories'), ': ';
$Item->categories( '#', '<strong>', '</strong>', '', '', '<em>', '</em>', ', ' );
?>
</div>
jibberjab wrote:
What does it say next to
"Current server time is:" ?
Calculate the difference between that time and your current timezone time, and enter the number (i.e. '2' for 2 hours) in the form box for "Time Difference:" and save the changes...
jj.
Hey there, new to the blogging community, had it few years ago, but a basic one, didnt care much for it..moved...now interested..
I live is MST which is -2 hours difference.. I tried putting -2, the time I had..and still it didnt change the the difference in time.. it kept saying 9pm when it is 7pm.
Cheers
Did you hit the [Save] button, which is all the way down the page?
Yes I did after several attempts even, but the numbers dont change. I tried it on both Firefox and IE broswers and it would do nothing.
Is it -2 (from the server time?) If so thats what Im doing.
Probably it is something stupid like hairball suggests, but I don't know the trick :-/
If you are running v230RC1 try deleting your pre-rendered cache on your tools->misc tab - just in case.
Hi,
when I installed my blog I (by mistake) calculated the time difference to my locale and my server to +14 hrs. It should be +13 hours and I've tried to change it through the regional tab (and yes I hit the save button at the page end). However, it refuses to change - if I refresh the page it still says 14 hours time diff.
Quite annoying as my site stats now breaks at 11pm instead of midnight.
Anyone has a solution?
There is a restore defaults - says (delete database table) that I haven't tried as I don't know what database table that would get deleted :'( (I don't want to loose my stats table)
Help!
/Lars
Go to the App Settings tab and then the Regional tab...
jj.