tread lightly... dateAdd doesn't work 100% in cfmx. im not sure which version you are using, but, taking seconds from jan 1 1970 at midnight (epoch time), if the date in question is in DST (daylight savings time) cfmx (and red sky beta) will add 1 hour extra on to the end...
just be aware of this... tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 8:17 AM To: CF-Talk Subject: RE: Date Time (GMT 1970) is it logging in julian format? or actually in seconds? can you provide an example of what a log looks like... -----Original Message----- From: Tom Smith [mailto:[EMAIL PROTECTED] Sent: 07 July 2003 13:14 To: CF-Talk Subject: Re: Date Time (GMT 1970) are you getting the date in seconds, if so, use dateFormat() and it should work fine:) ----- Original Message ----- From: "Shahzad.Butt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 07, 2003 1:09 PM Subject: RE: Date Time (GMT 1970) > We have got a software running to LOG telephone calls and that > software has got its own DB and date/time it is logging call is in > seconds starting from Midnight (00:00:00) January 1, 1970. Now I want > to run report with some understandable date/time format - so I need a > conversion mechanism. > > -----Original Message----- > From: Craig Dudley [mailto:[EMAIL PROTECTED] > Sent: 07 July 2003 12:55 > To: CF-Talk > Subject: RE: Date Time (GMT 1970) > > > tbh I don't quite understand what you are trying to do. > > Are you trying to convert a java/javascript milliseconds from epoch > value to GMT? > > -----Original Message----- > From: Shahzad.Butt [mailto:[EMAIL PROTECTED] > Sent: 07 July 2003 12:51 > To: CF-Talk > Subject: Date Time (GMT 1970) > > > Any custom tag / UDF which can convert date/time value with GMT > (Starting from Midnight January 1970) and it should go backward as > well converting GMT (1970) to normal date/time? > > Thanks > Shaz > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

