[Request] Time Zone Script - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Request] Time Zone Script (/showthread.php?tid=62245) [Request] Time Zone Script by NemoOrange on 07-01-2006 at 02:32 PM
Is there any chance of there being a time zone script? The idea is that if you install the script and, say you and a friend were two time zones away for example, you could say something like this: RE: [Request] Time Zone Script by Ann Almighty on 07-01-2006 at 03:10 PM
I second that. RE: [Request] Time Zone Script by J-Thread on 07-01-2006 at 04:33 PM
Such a script wouldn't be as easy as you might think, because:
RE: [Request] Time Zone Script by Ann Almighty on 07-01-2006 at 04:37 PM How about reading the time from the contact's computer? RE: [Request] Time Zone Script by Thor on 07-01-2006 at 04:41 PM
That would be easier, or make a window, displaying the diffrent time zones. RE: RE: [Request] Time Zone Script by Ann Almighty on 07-01-2006 at 06:17 PM
quote: Is there a way to do it without a window? Just to replace the time? RE: [Request] Time Zone Script by Thor on 07-01-2006 at 06:32 PM Well yes, if both user has the script, and the settings set, but it would be advanced. May be difficult to develope. RE: [Request] Time Zone Script by John Anderton on 07-01-2006 at 06:39 PM
i dont think its possible but what i am working on is something like ... RE: [Request] Time Zone Script by ADEzor on 08-05-2006 at 08:37 AM
maybe a time zone script like this could be possible? RE: [Request] Time Zone Script by artfuldodga on 08-05-2006 at 09:09 AM
I gave feedback to the Messenger Team to have this option in the Client itself, somewhere in the 'Edit Contact' Information. RE: [Request] Time Zone Script by absorbation on 08-05-2006 at 10:41 AM
Time in programming can be annoying. This would be even harder, JScript is not the biggest language, but I bet it can take your local time. Then using your local time you could sniff your contact's ip address and their location and match their location to their timezone. But that won't be accurate because sniffing ip addresses is not that easy, and they maybe using a proxy, and their location may not match their timezone. Then you need to think about daylight savings, which could be near impossible to check. Then once you get your contact's time, you need to replace the messages they say with the correct time. Like if they say, "see you at 9", or "9:15 it is then", you won't know how to detect when they mention time. So basically without me blabbing on even more, this script is near impossible, but possible, just expect tons and tons of limitations. RE: [Request] Time Zone Script by Shondoit on 08-07-2006 at 12:54 PM
I'll try to make such a script, it can be done with so called RegExp's |