| Author |
Topic Search Topic Options
|
Fx-1
Newbie
Joined: 17 October 2003
Location: Australia
Status: Offline
Points: 17
|
Post Options
Thanks(0)
Quote Reply
Topic: Adding .5 hours to Time offset Posted: 27 May 2004 at 6:42am |
Hi all,
This is a question regarding the "Time offset from forum time" user setting.
I'm just wondering why I can't enter +13.5 hours as I can only enter +13, which puts the forum 30 minutes behind for the times it displays.
Any help is appreciated, Thanks.
Craig http://fx-scripts.com/
|
 |
Chris7
Newbie
Joined: 07 July 2003
Status: Offline
Points: 19
|
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2004 at 3:05pm |
|
Er aren't all times offset by a whole number of hours. It sounds to me like your server clock has the wrong time
|
 |
Fx-1
Newbie
Joined: 17 October 2003
Location: Australia
Status: Offline
Points: 17
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 May 2004 at 3:46am |
I don't think the server time is wrong. It's hosted on Brinkster.
What about Australian Central Standard Time? http://www.worldtimezone.com/wtz-names/wtz-acst.html
It's UTC+0930
Thanks, Craig
|
 |
Sxar
Newbie
Joined: 25 December 2003
Location: Australia
Status: Offline
Points: 31
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 May 2004 at 9:18am |
|
Fx-1 Makes a good point Borg. Woud it be possible to add in the feature in the next version?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 May 2004 at 9:22am |
|
It was looked into last year, but due to compatibility problems it couldn't be added.
|
|
|
 |
Spaceman Spiff
Newbie
Joined: 29 June 2003
Status: Offline
Points: 20
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 May 2004 at 12:40pm |
Chris7 wrote:
Er aren't all times offset by a whole number of hours. It sounds to me like your server clock has the wrong time |
No.
Newfoundland, for example, is ahead of Eastern time by 1.5 hours. It might be the only one.
|
 |
thekiwi
Mod Builder Group
Joined: 23 November 2003
Location: New Zealand
Status: Offline
Points: 392
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 May 2004 at 3:14pm |
Fx-1 wrote:
Hi all,
This is a question regarding the "Time offset from forum time" user setting.
I'm just wondering why I can't enter +13.5 hours as I can only enter +13, which puts the forum 30 minutes behind for the times it displays.
Any help is appreciated, Thanks.
Craig http://fx-scripts.com/ |
We looked at this as well (must be a 'down under thing' :-) ) ... but:
* THe datatype in the database is smallint
* THe VbScript used to format the field input has CInt
Thus everywhere the offset is "used" is an integer ... ad therefore we
found there were bits and pieces of code everywhere which stopped it
from being a decimal
|
|
|
 |
Fx-1
Newbie
Joined: 17 October 2003
Location: Australia
Status: Offline
Points: 17
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 May 2004 at 6:23am |
thanks for the explanation thekiwi. Maybe something to think of when you release 8.0 
|
 |