What time are you trying to enforce? For instance you can store date-time in your database in GMT and convert that to GMT+10 when displaying records. In the alternative, you can convert on the fly the server datestamp to your local time.
If you are trying to display the time on your page via JavaScript, the same "modification" can be made to make it display in time local to you. My server located in GMT-5, hosts a Melbourne site, and that is how they handle it. For others wondering why host in the US, it was a case of there being 15 hops from Melbourne to Sydney, and only 4 hops from Melbourne to the US-based server. Go figure. ====================================== Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772 ====================================== If you are not satisfied with my service, my job isn't done! ----- Original Message ----- From: "Peter Tilbrook" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 7:13 AM Subject: Love will turn you around | Thought that would get your attention - Kenny Rogers!!! | | I'm in Canberra(ish) Sydney/Canberra/Melbourne time zone. GST+10 basically. | | Our host provider is located in the good 'ole US of A. | | My question is, programatically, how can I not keep losing at least 24 hours | when adding/updating content to a database (hosted in US) but for Aussie | content. | | Now that RedSky is a known entity I will mention that I am using it, | massagin my tired limbs with it and telling all my... no I'm not - but I | should. | | Is there a trick - when hosting in a completely different part of the | globe - to enfore local date/time? | | Cheers! | | Peter Tilbrook | ColdFusion Applications Developer | ColdGen Internet Solutions | 4/73 Tharwa Road | Queanbeyan, NSW, 2620 | AUSTRALIA | | Telephone: +61-2-6284-2727 | Mobile: +61-0439-401-823 | E-mail: [EMAIL PROTECTED] | | World Wide Web: http:/www.coldgen.com/ | | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

